diff options
author | Brent Baude <ranger@gentoo.org> | 2009-10-31 14:33:37 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-10-31 14:33:37 +0000 |
commit | 2e178419690f355084676e0466237821b97c69c8 (patch) | |
tree | 6eecf36a8bc0ccca11b7444c8030f9afce3bafd5 /net-libs/libotr | |
parent | Fix parallel build with patch by Martin von Gagern from bug 287825 (diff) | |
download | gentoo-2-2e178419690f355084676e0466237821b97c69c8.tar.gz gentoo-2-2e178419690f355084676e0466237821b97c69c8.tar.bz2 gentoo-2-2e178419690f355084676e0466237821b97c69c8.zip |
Marking libotr-3.2.0 ppc64 for bug 262554
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libotr')
-rw-r--r-- | net-libs/libotr/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libotr/libotr-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog index f60480423f29..6e40dffd84a0 100644 --- a/net-libs/libotr/ChangeLog +++ b/net-libs/libotr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libotr # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.35 2009/10/10 11:35:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.36 2009/10/31 14:33:37 ranger Exp $ + + 31 Oct 2009; Brent Baude <ranger@gentoo.org> libotr-3.2.0.ebuild: + Marking libotr-3.2.0 ppc64 for bug 262554 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libotr-3.2.0.ebuild: amd64 stable wrt #262554 diff --git a/net-libs/libotr/libotr-3.2.0.ebuild b/net-libs/libotr/libotr-3.2.0.ebuild index cee70f91827e..19b116ba652f 100644 --- a/net-libs/libotr/libotr-3.2.0.ebuild +++ b/net-libs/libotr/libotr-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.9 2009/10/10 11:35:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.10 2009/10/31 14:33:37 ranger Exp $ DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="http://www.cypherpunks.ca/otr/" @@ -8,7 +8,7 @@ SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libgpg-error |