diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-13 07:22:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-13 07:22:38 +0000 |
commit | 2787b36a9ba79a886ef8ed365f742536695b1abb (patch) | |
tree | 2ec72a12ca82da47a25ff21c22a8a7bd51948cfc /net-libs/libotr | |
parent | Stable for sparc, wrt bug #463497 (diff) | |
download | gentoo-2-2787b36a9ba79a886ef8ed365f742536695b1abb.tar.gz gentoo-2-2787b36a9ba79a886ef8ed365f742536695b1abb.tar.bz2 gentoo-2-2787b36a9ba79a886ef8ed365f742536695b1abb.zip |
Stable for sparc, wrt bug #430486
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libotr')
-rw-r--r-- | net-libs/libotr/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libotr/libotr-3.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog index e5443d5ff8f2..5dc968e50e8f 100644 --- a/net-libs/libotr/ChangeLog +++ b/net-libs/libotr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libotr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.47 2013/04/12 15:19:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.48 2013/04/13 07:22:38 ago Exp $ + + 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libotr-3.2.1.ebuild: + Stable for sparc, wrt bug #430486 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libotr-3.2.1.ebuild: Stable for x86, wrt bug #430486 diff --git a/net-libs/libotr/libotr-3.2.1.ebuild b/net-libs/libotr/libotr-3.2.1.ebuild index 1c0fc7e85784..cf40525cd585 100644 --- a/net-libs/libotr/libotr-3.2.1.ebuild +++ b/net-libs/libotr/libotr-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.6 2013/04/12 15:19:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.7 2013/04/13 07:22:38 ago Exp $ EAPI=5 @@ -10,7 +10,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 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" RDEPEND=">=dev-libs/libgcrypt-1.2 dev-libs/libgpg-error" |