diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-28 19:10:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-28 19:10:56 +0000 |
commit | bf2ce0c87fb6b2dbd810d3c251404f22be0bc257 (patch) | |
tree | bba78677201565646e6c9498c6ddbb7846acf288 /virtual/perl-Math-BigInt-FastCalc | |
parent | Added new version with caching support. Drop older releases (diff) | |
download | historical-bf2ce0c87fb6b2dbd810d3c251404f22be0bc257.tar.gz historical-bf2ce0c87fb6b2dbd810d3c251404f22be0bc257.tar.bz2 historical-bf2ce0c87fb6b2dbd810d3c251404f22be0bc257.zip |
Add ~alpha/~ia64/~s390/~sh/~sparc wrt #345605
Package-Manager: portage-2.1.9.24/cvs/Linux ia64
RepoMan-Options: --force
Diffstat (limited to 'virtual/perl-Math-BigInt-FastCalc')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index 5d46609cc850..3e006ec57cee 100644 --- a/virtual/perl-Math-BigInt-FastCalc/ChangeLog +++ b/virtual/perl-Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.17 2010/11/20 18:36:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.18 2010/11/28 19:10:56 armin76 Exp $ + + 28 Nov 2010; Raúl Porcel <armin76@gentoo.org> + perl-Math-BigInt-FastCalc-0.24.ebuild: + Add ~alpha/~ia64/~s390/~sh/~sparc wrt #345605 20 Nov 2010; Jeroen Roovers <jer@gentoo.org> perl-Math-BigInt-FastCalc-0.24.ebuild: diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild index dc365ecc471d..d02c9680b65f 100644 --- a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild,v 1.3 2010/11/20 18:36:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild,v 1.4 2010/11/28 19:10:56 armin76 Exp $ DESCRIPTION="Math::BigInt::Calc with some XS for more speed" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND="~perl-core/Math-BigInt-FastCalc-${PV}" |