diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-03-20 10:31:36 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-03-20 10:31:36 +0000 |
commit | f6b792cf7513e6ca2819059698bc3e0418eb2f67 (patch) | |
tree | b252874b090396aa7024545df125a0176ccf72b5 /dev-perl/Math-GMP | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-f6b792cf7513e6ca2819059698bc3e0418eb2f67.tar.gz gentoo-2-f6b792cf7513e6ca2819059698bc3e0418eb2f67.tar.bz2 gentoo-2-f6b792cf7513e6ca2819059698bc3e0418eb2f67.zip |
Added ~mips to KEYWORDS.
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 81e31fecd1da..52598087a4c9 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-GMP -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.2 2003/10/28 01:13:53 brad_mssw Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.3 2004/03/20 10:26:56 kumba Exp $ + + 20 Mar 2004; Joshua Kinard <kumba@gentoo.org> Math-GMP-2.03.ebuild: + Added ~mips to KEYWORDS. 27 Oct 2003; Brad House <brad_mssw@gentoo.org> Math-GMP-2.03.ebuild: add ~amd64 flag diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index 891004ba4122..525b77471d5f 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1,4 +1,4 @@ -MD5 9e6fb9ef4495955e094823ac886fdc08 ChangeLog 472 -MD5 4c200872622318b8f0a963f364007f59 Math-GMP-2.03.ebuild 577 +MD5 b2e6d65b2716af6ed863095ec18c01f0 ChangeLog 570 +MD5 8c03578e57417830ef17a86869d28f65 Math-GMP-2.03.ebuild 583 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 1411e5c6d34ada7c6fb14086237edb48 files/digest-Math-GMP-2.03 64 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" |