diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-22 02:30:14 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-22 02:30:14 +0000 |
commit | 30070ef0f35b63f761bfc4a6347e3326807ebb88 (patch) | |
tree | d354740d0e816a4ab419689e29053cebdcd9894c /perl-core/bignum | |
parent | Marking Math-BigInt-1.87 ppc for bug 206892 (diff) | |
download | gentoo-2-30070ef0f35b63f761bfc4a6347e3326807ebb88.tar.gz gentoo-2-30070ef0f35b63f761bfc4a6347e3326807ebb88.tar.bz2 gentoo-2-30070ef0f35b63f761bfc4a6347e3326807ebb88.zip |
Marking bignum-0.21 ppc for bug 206892
(Portage version: 2.1.3.19)
Diffstat (limited to 'perl-core/bignum')
-rw-r--r-- | perl-core/bignum/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.21.ebuild | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 4cf0e7222f16..95cf2392e152 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/bignum -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.14 2007/11/10 11:20:50 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.15 2008/01/22 02:30:14 ranger Exp $ + + 22 Jan 2008; Brent Baude <ranger@gentoo.org> bignum-0.21.ebuild: + Marking bignum-0.21 ppc for bug 206892 + + 22 Jan 2008; Brent Baude <ranger@gentoo.org> bignum-0.21.ebuild: + Marking bignum-0.21 ppc for bug 206892 10 Nov 2007; Samuli Suominen <drac@gentoo.org> bignum-0.21.ebuild: amd64 stable diff --git a/perl-core/bignum/bignum-0.21.ebuild b/perl-core/bignum/bignum-0.21.ebuild index efc0a27ce3f6..60d44b95ca7b 100644 --- a/perl-core/bignum/bignum-0.21.ebuild +++ b/perl-core/bignum/bignum-0.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.21.ebuild,v 1.8 2007/11/10 11:20:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.21.ebuild,v 1.9 2008/01/22 02:30:14 ranger 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 arm ~hppa ia64 ~mips ~ppc s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc s390 sh sparc x86" IUSE="test" SRC_TEST="do" |