diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:59:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:59:50 +0000 |
commit | 4e0961d3044108a9b8b5f1adc2a6108fb215b5ff (patch) | |
tree | cf75d119650e926c31357a01cb44bd77ab996a90 /dev-perl/Math-GMP | |
parent | sync IUSE (missing) (diff) | |
download | historical-4e0961d3044108a9b8b5f1adc2a6108fb215b5ff.tar.gz historical-4e0961d3044108a9b8b5f1adc2a6108fb215b5ff.tar.bz2 historical-4e0961d3044108a9b8b5f1adc2a6108fb215b5ff.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild index abd8ad05508f..54887f738784 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.6 2004/06/25 00:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.7 2004/07/14 18:56:10 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="High speed arbitrary size integer math" SRC_URI="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.readme" @@ -12,5 +11,6 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 alpha ~ppc sparc ~amd64 ~mips" +IUSE="" DEPEND="dev-libs/gmp" |