diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:26:40 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:26:40 +0000 |
commit | 79ce2de17dedd993f650c0b9172bcbf13669242b (patch) | |
tree | da4718668b4077895df7deb1886a315fafc8e4af /perl-core | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | gentoo-2-79ce2de17dedd993f650c0b9172bcbf13669242b.tar.gz gentoo-2-79ce2de17dedd993f650c0b9172bcbf13669242b.tar.bz2 gentoo-2-79ce2de17dedd993f650c0b9172bcbf13669242b.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/bignum/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.25.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index a65b7540ed85..1133a6f784c0 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/bignum -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.27 2010/09/15 10:35:54 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.28 2011/04/24 15:26:40 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> bignum-0.25.ebuild: + Marked ~x86-solaris, bug #296509 *bignum-0.25 (15 Sep 2010) diff --git a/perl-core/bignum/bignum-0.25.ebuild b/perl-core/bignum/bignum-0.25.ebuild index acb72a333c34..1c786737b0b0 100644 --- a/perl-core/bignum/bignum-0.25.ebuild +++ b/perl-core/bignum/bignum-0.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild,v 1.1 2010/09/15 10:35:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild,v 1.2 2011/04/24 15:26:40 grobian Exp $ EAPI=3 @@ -10,7 +10,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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~x86-solaris" IUSE="test" RDEPEND=">=perl-core/Math-BigInt-1.88 |