diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:07:47 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:07:47 +0000 |
commit | 72820dbb701aa1cc733378f5b7d2e9c8d6623add (patch) | |
tree | 5e2ff6b3977cde19494027316e56a24ab4e436c2 /perl-core/Math-BigInt-FastCalc | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-72820dbb701aa1cc733378f5b7d2e9c8d6623add.tar.gz gentoo-2-72820dbb701aa1cc733378f5b7d2e9c8d6623add.tar.bz2 gentoo-2-72820dbb701aa1cc733378f5b7d2e9c8d6623add.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 5de4a1ada3f1..502e9b4b79af 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.23 2012/06/24 15:39:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.24 2012/09/01 12:07:47 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> + Math-BigInt-FastCalc-0.300.0.ebuild: + Marked ~ppc-aix, bug #432288 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild index d19fb2d539c1..bcdcb6ccb623 100644 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild,v 1.1 2011/09/13 18:06:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild,v 1.2 2012/09/01 12:07:47 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Math::BigInt::Calc with some XS for more speed" 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-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.997.0 |