diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:27:35 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:27:35 +0000 |
commit | f101e9e0d134038ba6eb33d608b0d9cf2c83a31b (patch) | |
tree | 6412713245b90b2d5e903c6b9a7f37a9542b85ad /perl-core/Math-BigInt-FastCalc | |
parent | Drop kde useflag until somebody really fully test it and support it. (diff) | |
download | historical-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/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index ca4c3d0ef421..154868e76c39 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.18 2011/02/27 07:09:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.19 2011/04/24 15:25:45 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> ChangeLog: + Marked ~x86-solaris, bug #296509 *Math-BigInt-FastCalc-0.280.0 (27 Feb 2011) diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild index 97c2bb38a3a6..c491e879cf21 100644 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.280.0.ebuild,v 1.1 2011/02/27 07:09:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild,v 1.2 2011/04/24 15:22:09 grobian Exp $ EAPI=3 @@ -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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.993 |