diff options
author | Markus Meier <maekke@gentoo.org> | 2012-02-29 20:47:57 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-02-29 20:47:57 +0000 |
commit | cb31440999932bb46e6e78c0c1e91a1582d92187 (patch) | |
tree | ef9403d309568d9ae2a9bc157c5909c683e10b37 /dev-libs/nettle/nettle-2.4.ebuild | |
parent | arm stable, bug #400021 (diff) | |
download | gentoo-2-cb31440999932bb46e6e78c0c1e91a1582d92187.tar.gz gentoo-2-cb31440999932bb46e6e78c0c1e91a1582d92187.tar.bz2 gentoo-2-cb31440999932bb46e6e78c0c1e91a1582d92187.zip |
arm stable, bug #400019
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-libs/nettle/nettle-2.4.ebuild')
-rw-r--r-- | dev-libs/nettle/nettle-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-2.4.ebuild b/dev-libs/nettle/nettle-2.4.ebuild index 1235be39a675..6bd59cf2d0f2 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.7 2012/02/27 03:14:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.8 2012/02/29 20:47:57 maekke 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 ) |