diff options
author | 2008-03-28 06:51:20 +0000 | |
---|---|---|
committer | 2008-03-28 06:51:20 +0000 | |
commit | 1cfc7775ef054bff84a49855840452a79fde2c84 (patch) | |
tree | 9627f43d49194b6f1db44ad788a186e53d17f634 /perl-core/bignum | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-1cfc7775ef054bff84a49855840452a79fde2c84.tar.gz gentoo-2-1cfc7775ef054bff84a49855840452a79fde2c84.tar.bz2 gentoo-2-1cfc7775ef054bff84a49855840452a79fde2c84.zip |
Stable for HPPA too.
(Portage version: 2.1.4.4)
Diffstat (limited to 'perl-core/bignum')
-rw-r--r-- | perl-core/bignum/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 95cf2392e152..4fcef19d3426 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/bignum # 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 $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.16 2008/03/28 06:51:20 jer Exp $ + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> bignum-0.21.ebuild: + Stable for HPPA too. 22 Jan 2008; Brent Baude <ranger@gentoo.org> bignum-0.21.ebuild: Marking bignum-0.21 ppc for bug 206892 diff --git a/perl-core/bignum/bignum-0.21.ebuild b/perl-core/bignum/bignum-0.21.ebuild index 60d44b95ca7b..4b0281d628af 100644 --- a/perl-core/bignum/bignum-0.21.ebuild +++ b/perl-core/bignum/bignum-0.21.ebuild @@ -1,6 +1,6 @@ # 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.9 2008/01/22 02:30:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.21.ebuild,v 1.10 2008/03/28 06:51:20 jer 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" |