diff options
author | 2004-09-30 22:27:39 +0000 | |
---|---|---|
committer | 2004-09-30 22:27:39 +0000 | |
commit | adf22d480f570d7b5031a920e8b648a0e21d16e7 (patch) | |
tree | 92046d6c0dbf5d420d00fc2876afbb2ff74680d4 /dev-libs/ntl | |
parent | new version, added configure option to fix linking, not adding the metadata a... (diff) | |
download | gentoo-2-adf22d480f570d7b5031a920e8b648a0e21d16e7.tar.gz gentoo-2-adf22d480f570d7b5031a920e8b648a0e21d16e7.tar.bz2 gentoo-2-adf22d480f570d7b5031a920e8b648a0e21d16e7.zip |
adjusted ~x86 keyword in new version
Diffstat (limited to 'dev-libs/ntl')
-rw-r--r-- | dev-libs/ntl/ntl-5.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ntl/ntl-5.3.2.ebuild b/dev-libs/ntl/ntl-5.3.2.ebuild index 2afb51489ff3..034f7c25c5a8 100644 --- a/dev-libs/ntl/ntl-5.3.2.ebuild +++ b/dev-libs/ntl/ntl-5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ntl-5.3.2.ebuild,v 1.1 2004/09/30 22:26:32 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ntl-5.3.2.ebuild,v 1.2 2004/09/30 22:27:39 george Exp $ DESCRIPTION="high-performance, portable C++ ci-computational ibrar" HOMEPAGE="http://shoup.net/ntl/" @@ -8,7 +8,7 @@ SRC_URI="http://www.shoup.net/ntl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" DEPEND=">=dev-libs/gmp-4.1-r1" |