diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-06-13 04:01:55 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-06-13 04:01:55 +0000 |
commit | 6a5e1abbbdc82e9d7c78cb818231928d3c511212 (patch) | |
tree | a31eaef2230523e4e8490b5f3522eb20f47a1a7a /dev-libs/nettle | |
parent | Added ~mips, bug 351526 (diff) | |
download | gentoo-2-6a5e1abbbdc82e9d7c78cb818231928d3c511212.tar.gz gentoo-2-6a5e1abbbdc82e9d7c78cb818231928d3c511212.tar.bz2 gentoo-2-6a5e1abbbdc82e9d7c78cb818231928d3c511212.zip |
Added ~mips, bug 337367
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog index 76f8dd86006c..6e93e12b0998 100644 --- a/dev-libs/nettle/ChangeLog +++ b/dev-libs/nettle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nettle # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.39 2011/05/02 16:26:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.40 2011/06/13 04:01:55 mattst88 Exp $ + + 13 Jun 2011; Matt Turner <mattst88@gentoo.org> nettle-2.1.ebuild: + Added ~mips, bug 337367 02 May 2011; Samuli Suominen <ssuominen@gentoo.org> nettle-2.1.ebuild: ppc64 stable wrt #337160 diff --git a/dev-libs/nettle/nettle-2.1.ebuild b/dev-libs/nettle/nettle-2.1.ebuild index fdbcd9618bfb..6d0a5e7f0c4b 100644 --- a/dev-libs/nettle/nettle-2.1.ebuild +++ b/dev-libs/nettle/nettle-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.1.ebuild,v 1.9 2011/05/02 16:26:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.1.ebuild,v 1.10 2011/06/13 04:01:55 mattst88 Exp $ EAPI=2 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="gmp ssl" DEPEND="gmp? ( dev-libs/gmp ) |