diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-08 19:03:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-08 19:03:26 +0000 |
commit | e4f9c6ed6856a23f906310a1915a44c405725418 (patch) | |
tree | c363838405ed52da53e7febdb7103f6240c1ad37 | |
parent | Do not install unneeded contrib files, bug #421893, and use '@' bookmark for ... (diff) | |
download | gentoo-2-e4f9c6ed6856a23f906310a1915a44c405725418.tar.gz gentoo-2-e4f9c6ed6856a23f906310a1915a44c405725418.tar.bz2 gentoo-2-e4f9c6ed6856a23f906310a1915a44c405725418.zip |
Stable for HPPA (bug #430486).
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-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 7aaac202b2a3..1d38f3e8ef2f 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.43 2013/04/08 17:12:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.44 2013/04/08 19:03:26 jer Exp $ + + 08 Apr 2013; Jeroen Roovers <jer@gentoo.org> libotr-3.2.1.ebuild: + Stable for HPPA (bug #430486). 08 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> libotr-3.2.1.ebuild: Stable on amd64, wrt bug #430486 diff --git a/net-libs/libotr/libotr-3.2.1.ebuild b/net-libs/libotr/libotr-3.2.1.ebuild index cf375e33fe81..d3bb45647852 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.2 2013/04/08 17:12:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.3 2013/04/08 19:03:26 jer 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" |