diff options
author | 2012-09-01 12:11:03 +0000 | |
---|---|---|
committer | 2012-09-01 12:11:03 +0000 | |
commit | 3f218d7db8fc6ce30493f7e08f659c49a7a03fac (patch) | |
tree | 94970593871dd903ee99bf87c720d59a5ce97a3a /perl-core/bignum/bignum-0.290.0.ebuild | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-3f218d7db8fc6ce30493f7e08f659c49a7a03fac.tar.gz gentoo-2-3f218d7db8fc6ce30493f7e08f659c49a7a03fac.tar.bz2 gentoo-2-3f218d7db8fc6ce30493f7e08f659c49a7a03fac.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Diffstat (limited to 'perl-core/bignum/bignum-0.290.0.ebuild')
-rw-r--r-- | perl-core/bignum/bignum-0.290.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/bignum/bignum-0.290.0.ebuild b/perl-core/bignum/bignum-0.290.0.ebuild index efd25c4540a1..8f373b6d1909 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.7 2012/03/19 19:03:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.290.0.ebuild,v 1.8 2012/09/01 12:11:03 grobian 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-aix ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=">=perl-core/Math-BigInt-1.88 |