diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 22:44:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 22:44:00 +0000 |
commit | f94c7b0fb846c92e2cbc3f1cfa64a1d528ae6f2c (patch) | |
tree | 602023bfa41e050948638f643fa5afc637dde903 /perl-core/Math-BigInt | |
parent | marking sparc x86 stable (diff) | |
download | historical-f94c7b0fb846c92e2cbc3f1cfa64a1d528ae6f2c.tar.gz historical-f94c7b0fb846c92e2cbc3f1cfa64a1d528ae6f2c.tar.bz2 historical-f94c7b0fb846c92e2cbc3f1cfa64a1d528ae6f2c.zip |
Marking sparc x86 stable
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.77.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 221749e9e18c..942ffde7b22b 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.6 2005/12/30 11:16:39 mcummings Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.7 2006/01/13 22:44:00 mcummings Exp $ + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + Math-BigInt-1.77.ebuild: + Marking sparc x86 stable 30 Dec 2005; <mcumming@gentoo.org> Math-BigInt-1.73.ebuild, Math-BigInt-1.77.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild index 7cc55031263c..1a09dfd43a07 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.2 2005/12/30 11:16:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.3 2006/01/13 22:44:00 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 sparc x86" IUSE="" DEPEND=">=perl-core/Scalar-List-Utils-1.14" |