diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:51:53 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:51:53 +0000 |
commit | e91ca1322f82b683901fb9a30ae7e0705ddbf6f2 (patch) | |
tree | 09179a2b2f7f7338f881e805635af992633a82d2 /dev-perl/Math-BigInt | |
parent | Pruned old versions. (diff) | |
download | gentoo-2-e91ca1322f82b683901fb9a30ae7e0705ddbf6f2.tar.gz gentoo-2-e91ca1322f82b683901fb9a30ae7e0705ddbf6f2.tar.bz2 gentoo-2-e91ca1322f82b683901fb9a30ae7e0705ddbf6f2.zip |
Stable on amd64.
Diffstat (limited to 'dev-perl/Math-BigInt')
-rw-r--r-- | dev-perl/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/ChangeLog b/dev-perl/Math-BigInt/ChangeLog index b31e3716b581..fa13be73e8f1 100644 --- a/dev-perl/Math-BigInt/ChangeLog +++ b/dev-perl/Math-BigInt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-BigInt # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.8 2004/06/25 00:45:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.9 2004/10/19 07:49:59 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Math-BigInt-1.69.ebuild: + Stable on amd64. *Math-BigInt-1.70 (05 Jun 2004) diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild index 4d40a601deae..307bc55ad7cb 100644 --- a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild +++ b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild,v 1.7 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild,v 1.8 2004/10/19 07:49:59 absinthe Exp $ inherit perl-module @@ -11,5 +11,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 alpha ~hppa ~mips ~ppc sparc s390" +KEYWORDS="x86 amd64 alpha ~hppa ~mips ~ppc sparc s390" IUSE="" |