diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:07:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:07:13 +0000 |
commit | 9860ee421b59e0767ae6e0117f42b3ae950c021f (patch) | |
tree | 50297df952edd7640c4aa7788de5135ae7da9a23 /perl-core/Math-BigInt | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-9860ee421b59e0767ae6e0117f42b3ae950c021f.tar.gz gentoo-2-9860ee421b59e0767ae6e0117f42b3ae950c021f.tar.bz2 gentoo-2-9860ee421b59e0767ae6e0117f42b3ae950c021f.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index e34729bb4dd2..6db49a708f24 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.72 2012/06/24 15:38:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.73 2012/09/01 12:07:13 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Math-BigInt-1.997.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/Math-BigInt-1.997.0.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild index aa8f2375c847..2553a8409569 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.997.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/Math-BigInt-1.997.0.ebuild,v 1.1 2011/09/05 17:13:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.2 2012/09/01 12:07:13 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module eutils DESCRIPTION="Arbitrary size floating point math package" 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-Scalar-List-Utils-1.140.0" |