diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-10-28 01:29:40 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-10-28 01:29:40 +0000 |
commit | 103042cb8dad8ff5921eaaee6ed44cd4a88bd0ab (patch) | |
tree | e9b60fbcbca2e3c299459a7feb3fae59c74d4bc5 /dev-perl/Math-GMP | |
parent | add ~amd64 flag (diff) | |
download | historical-103042cb8dad8ff5921eaaee6ed44cd4a88bd0ab.tar.gz historical-103042cb8dad8ff5921eaaee6ed44cd4a88bd0ab.tar.bz2 historical-103042cb8dad8ff5921eaaee6ed44cd4a88bd0ab.zip |
add ~amd64 flag
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 7eab4799c218..81e31fecd1da 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.1 2003/06/23 13:18:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.2 2003/10/28 01:13:53 brad_mssw Exp $ + + 27 Oct 2003; Brad House <brad_mssw@gentoo.org> Math-GMP-2.03.ebuild: + add ~amd64 flag *Math-GMP-2.03 (23 Jun 2003) diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index 7f74ecd9a0ab..891004ba4122 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1,4 +1,4 @@ -MD5 5c2ff40cdf320ddc8b615dc00da03ccb Math-GMP-2.03.ebuild 570 -MD5 21a7371091016b48d842dcc54161d122 ChangeLog 382 +MD5 9e6fb9ef4495955e094823ac886fdc08 ChangeLog 472 +MD5 4c200872622318b8f0a963f364007f59 Math-GMP-2.03.ebuild 577 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 0c260e406ce9..0c004853f4ba 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. # 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.1 2003/06/23 13:18:45 mcummings Exp $ +# $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 $ 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" +KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64" DEPEND="dev-libs/gmp" |