diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-28 15:08:53 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-28 15:08:53 +0000 |
commit | 91981c61ee209f33f601fbb7a4e00e16cbbb9500 (patch) | |
tree | b3936b2ee292c3e453bf192e2ee42c7a6020b54b /perl-core | |
parent | [bump] dev-perl/Module-Install-1.50.0 (diff) | |
download | gentoo-2-91981c61ee209f33f601fbb7a4e00e16cbbb9500.tar.gz gentoo-2-91981c61ee209f33f601fbb7a4e00e16cbbb9500.tar.bz2 gentoo-2-91981c61ee209f33f601fbb7a4e00e16cbbb9500.zip |
Marking bignum-0.290.0 ppc for bug 400479
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/bignum/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.290.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 682428ad69e4..dfd7ea0879a6 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/bignum # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.33 2012/02/24 15:30:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.34 2012/02/28 15:08:53 ranger Exp $ + + 28 Feb 2012; Brent Baude <ranger@gentoo.org> bignum-0.290.0.ebuild: + Marking bignum-0.290.0 ppc for bug 400479 24 Feb 2012; Jeroen Roovers <jer@gentoo.org> bignum-0.290.0.ebuild: Stable for HPPA (bug #400479). diff --git a/perl-core/bignum/bignum-0.290.0.ebuild b/perl-core/bignum/bignum-0.290.0.ebuild index e767bee2d5cf..1e94bfca32dd 100644 --- a/perl-core/bignum/bignum-0.290.0.ebuild +++ b/perl-core/bignum/bignum-0.290.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.290.0.ebuild,v 1.3 2012/02/24 15:30:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.290.0.ebuild,v 1.4 2012/02/28 15:08:53 ranger Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Transparent BigNumber/BigRational support for Perl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=">=perl-core/Math-BigInt-1.88 |