diff options
author | George Shapovalov <george@gentoo.org> | 2004-09-30 22:27:39 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-09-30 22:27:39 +0000 |
commit | 129dfc60d3e4fd4c1141ac2b61689af8bf9d7573 (patch) | |
tree | 14fa29dc5d3b2ac7109ef597d2c69a6c9e425b5e /dev-libs/ntl | |
parent | new version, added configure option to fix linking, not adding the metadata a... (diff) | |
download | historical-129dfc60d3e4fd4c1141ac2b61689af8bf9d7573.tar.gz historical-129dfc60d3e4fd4c1141ac2b61689af8bf9d7573.tar.bz2 historical-129dfc60d3e4fd4c1141ac2b61689af8bf9d7573.zip |
adjusted ~x86 keyword in new version
Diffstat (limited to 'dev-libs/ntl')
-rw-r--r-- | dev-libs/ntl/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/ntl/ntl-5.3.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/ntl/Manifest b/dev-libs/ntl/Manifest index 789eeca1c847..c2fca793f4eb 100644 --- a/dev-libs/ntl/Manifest +++ b/dev-libs/ntl/Manifest @@ -1,5 +1,5 @@ MD5 a4b324163e4d76c05a0e37d2c507d08f ntl-5.3.ebuild 878 -MD5 52a6123cdc6fcb19c34063fb2388a049 ntl-5.3.2.ebuild 899 +MD5 2ff1ea3c90415ebd57998ececad474ad ntl-5.3.2.ebuild 900 MD5 ff1be8d717a9a6f54230bdf5ec934632 ChangeLog 967 MD5 7407d1e929b8a4ab9a8f48dbd169b5d9 files/digest-ntl-5.3 59 MD5 1b62f475ab5f21444d3ab92e16655f05 files/digest-ntl-5.3.2 61 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" |