diff options
Diffstat (limited to 'dev-perl/Math-GMP/Math-GMP-2.03.ebuild')
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild index de3b0bdd95e1..061c50824263 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.8 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.9 2005/04/22 12:36:23 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ 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" +KEYWORDS="x86 alpha ~ppc sparc amd64 ~mips" IUSE="" DEPEND="dev-libs/gmp" |