diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-07-31 21:37:54 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-07-31 21:37:54 +0000 |
commit | f3382077b257f73b689d968ee5fe2f0bc4c4b754 (patch) | |
tree | 71498a11f703790a2553dcc40a50bf317739b349 /dev-libs/nettle/nettle-2.0.ebuild | |
parent | Fix redundant alsa-lib dependency, bug 273137 (diff) | |
download | gentoo-2-f3382077b257f73b689d968ee5fe2f0bc4c4b754.tar.gz gentoo-2-f3382077b257f73b689d968ee5fe2f0bc4c4b754.tar.bz2 gentoo-2-f3382077b257f73b689d968ee5fe2f0bc4c4b754.zip |
stable sparc, bug 279372
(Portage version: 2.1.6.13/cvs/Linux sparc64)
Diffstat (limited to 'dev-libs/nettle/nettle-2.0.ebuild')
-rw-r--r-- | dev-libs/nettle/nettle-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-2.0.ebuild b/dev-libs/nettle/nettle-2.0.ebuild index 84a0acb6d859..593fbec7ab12 100644 --- a/dev-libs/nettle/nettle-2.0.ebuild +++ b/dev-libs/nettle/nettle-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.0.ebuild,v 1.2 2009/07/31 14:48:49 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.0.ebuild,v 1.3 2009/07/31 21:37:54 tcunha Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~s390 sparc ~x86 ~x86-fbsd" IUSE="gmp ssl" DEPEND="gmp? ( dev-libs/gmp ) |