diff options
author | Tom Martin <slarti@gentoo.org> | 2005-05-01 18:12:24 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-05-01 18:12:24 +0000 |
commit | 7182afda1acdbdc8fe9bf3afdbaf4a42c2179ff6 (patch) | |
tree | 953c77ad37853ad69d8a899e5bdfb2d1037cc742 /dev-perl/Math-GMP | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-7182afda1acdbdc8fe9bf3afdbaf4a42c2179ff6.tar.gz gentoo-2-7182afda1acdbdc8fe9bf3afdbaf4a42c2179ff6.tar.bz2 gentoo-2-7182afda1acdbdc8fe9bf3afdbaf4a42c2179ff6.zip |
Stable on amd64.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 4bab899e45cc..4eabc4dde6da 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.11 2005/04/30 11:30:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.12 2005/05/01 18:09:22 slarti Exp $ + + 01 May 2005; Tom Martin <slarti@gentoo.org> Math-GMP-2.04.ebuild: + Stable on amd64. 30 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> Math-GMP-2.04.ebuild: Stable on alpha. diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild index 33708a13de62..a9bbfad3de7c 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild @@ -1,6 +1,6 @@ # 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.04.ebuild,v 1.3 2005/04/30 11:30:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.4 2005/05/01 18:09:22 slarti Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~chipt/${P}/" 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" |