summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-04-24 15:27:35 +0000
committerFabian Groffen <grobian@gentoo.org>2011-04-24 15:27:35 +0000
commitf101e9e0d134038ba6eb33d608b0d9cf2c83a31b (patch)
tree6412713245b90b2d5e903c6b9a7f37a9542b85ad /perl-core/bignum
parentDrop kde useflag until somebody really fully test it and support it. (diff)
downloadhistorical-f101e9e0d134038ba6eb33d608b0d9cf2c83a31b.tar.gz
historical-f101e9e0d134038ba6eb33d608b0d9cf2c83a31b.tar.bz2
historical-f101e9e0d134038ba6eb33d608b0d9cf2c83a31b.zip
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.01.18252-prefix/cvs/SunOS i386
Diffstat (limited to 'perl-core/bignum')
-rw-r--r--perl-core/bignum/ChangeLog7
-rw-r--r--perl-core/bignum/bignum-0.25.ebuild6
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