diff options
author | 2004-07-14 18:59:50 +0000 | |
---|---|---|
committer | 2004-07-14 18:59:50 +0000 | |
commit | d4182d99348a202c73e51e81e2368d755dcaba22 (patch) | |
tree | 5f9a7019d6a37d98be0d1e20a7e2e19a85198ec2 /dev-perl/Math-GMP | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-d4182d99348a202c73e51e81e2368d755dcaba22.tar.gz gentoo-2-d4182d99348a202c73e51e81e2368d755dcaba22.tar.bz2 gentoo-2-d4182d99348a202c73e51e81e2368d755dcaba22.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" |