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 0c004853f4ba..5722f164d77f 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-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2003/10/28 01:13:54 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.3 2004/03/20 10:26:56 kumba Exp $ inherit perl-module @@ -11,6 +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" +KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64 ~mips" DEPEND="dev-libs/gmp" |