diff options
author | 2011-07-23 19:18:57 +0000 | |
---|---|---|
committer | 2011-07-23 19:18:57 +0000 | |
commit | cf2f35038c4c2e1ca6b46bc34d3b62352a1309f1 (patch) | |
tree | 51c3296867942f15a29193af73fb1a6012894e5a /dev-libs/nettle/nettle-2.1.ebuild | |
parent | alpha/ia64/s390/sh/sparc stable wrt #373957 (diff) | |
download | gentoo-2-cf2f35038c4c2e1ca6b46bc34d3b62352a1309f1.tar.gz gentoo-2-cf2f35038c4c2e1ca6b46bc34d3b62352a1309f1.tar.bz2 gentoo-2-cf2f35038c4c2e1ca6b46bc34d3b62352a1309f1.zip |
ia64/s390 stable wrt #337160
(Portage version: 2.1.10.3/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/nettle/nettle-2.1.ebuild')
-rw-r--r-- | dev-libs/nettle/nettle-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-2.1.ebuild b/dev-libs/nettle/nettle-2.1.ebuild index 6d0a5e7f0c4b..56b1daae8d54 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.10 2011/06/13 04:01:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.1.ebuild,v 1.11 2011/07/23 19:18:57 armin76 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 ~mips 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 ) |