diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 15:34:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 15:34:42 +0000 |
commit | f967cf2dc0c54df8c333b069f1ad42be8cfb1404 (patch) | |
tree | 58de0ab274e2c61cfd0744c99def34df175be088 /net-libs/libotr | |
parent | Fix building with -Wl,--as-needed wrt #248013 by Kacper Kowalik. (diff) | |
download | gentoo-2-f967cf2dc0c54df8c333b069f1ad42be8cfb1404.tar.gz gentoo-2-f967cf2dc0c54df8c333b069f1ad42be8cfb1404.tar.bz2 gentoo-2-f967cf2dc0c54df8c333b069f1ad42be8cfb1404.zip |
sparc stable wrt #281643
(Portage version: 2.1.6.13/cvs/Linux ia64)
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 6e40dffd84a0..435e6014e2e2 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.36 2009/10/31 14:33:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.37 2009/12/21 15:34:42 armin76 Exp $ + + 21 Dec 2009; Raúl Porcel <armin76@gentoo.org> libotr-3.2.0.ebuild: + sparc stable wrt #281643 31 Oct 2009; Brent Baude <ranger@gentoo.org> libotr-3.2.0.ebuild: Marking libotr-3.2.0 ppc64 for bug 262554 diff --git a/net-libs/libotr/libotr-3.2.0.ebuild b/net-libs/libotr/libotr-3.2.0.ebuild index 19b116ba652f..0490cee8bebd 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.10 2009/10/31 14:33:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.11 2009/12/21 15:34:42 armin76 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 |