diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-06 21:47:20 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-06 21:47:20 +0000 |
commit | 4a6ba55d7a16d44114ecc4a69dda629cc38d86fe (patch) | |
tree | e4d6480c7238801f8485e4c8753580a8ab3e2496 /dev-libs | |
parent | Marking cppunit-1.12.1-r1 ppc64 for bug 405001 (diff) | |
download | gentoo-2-4a6ba55d7a16d44114ecc4a69dda629cc38d86fe.tar.gz gentoo-2-4a6ba55d7a16d44114ecc4a69dda629cc38d86fe.tar.bz2 gentoo-2-4a6ba55d7a16d44114ecc4a69dda629cc38d86fe.zip |
Marking nettle-2.4 ppc64 for bug 400019
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/nettle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog index 5dae9fa98cd8..ddbe7aaa3b31 100644 --- a/dev-libs/nettle/ChangeLog +++ b/dev-libs/nettle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nettle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.54 2012/03/01 23:52:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.55 2012/03/06 21:47:20 ranger Exp $ + + 06 Mar 2012; Brent Baude <ranger@gentoo.org> nettle-2.4.ebuild: + Marking nettle-2.4 ppc64 for bug 400019 01 Mar 2012; Brent Baude <ranger@gentoo.org> nettle-2.4.ebuild: Marking nettle-2.4 ppc for bug 400019 diff --git a/dev-libs/nettle/nettle-2.4.ebuild b/dev-libs/nettle/nettle-2.4.ebuild index 7413a7c05bb0..a878a9b1de24 100644 --- a/dev-libs/nettle/nettle-2.4.ebuild +++ b/dev-libs/nettle/nettle-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.9 2012/03/01 23:52:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.10 2012/03/06 21:47:20 ranger Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="+gmp ssl" DEPEND="gmp? ( dev-libs/gmp ) |