diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:22:09 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:22:09 +0000 |
commit | 566246d2f86f2a4360491a7b76723ad25b8d0987 (patch) | |
tree | b7696d5aca0de45be48683fc2f7c504fc7a37edf /perl-core/Math-BigInt-FastCalc | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | gentoo-2-566246d2f86f2a4360491a7b76723ad25b8d0987.tar.gz gentoo-2-566246d2f86f2a4360491a7b76723ad25b8d0987.tar.bz2 gentoo-2-566246d2f86f2a4360491a7b76723ad25b8d0987.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |