diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 18:51:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 18:51:53 +0000 |
commit | e4c9cbca944b2d21519ea3f16a22befb3b6f8c75 (patch) | |
tree | 63532943bc2934264441d5e9665464ff9a61f656 /perl-core/Math-BigInt-FastCalc | |
parent | Stable for amd64, wrt bug #458122 (diff) | |
download | gentoo-2-e4c9cbca944b2d21519ea3f16a22befb3b6f8c75.tar.gz gentoo-2-e4c9cbca944b2d21519ea3f16a22befb3b6f8c75.tar.bz2 gentoo-2-e4c9cbca944b2d21519ea3f16a22befb3b6f8c75.zip |
Stable for amd64, wrt bug #458122
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 502e9b4b79af..4da7d3de9244 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.24 2012/09/01 12:07:47 grobian Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.25 2013/02/18 18:51:53 ago Exp $ + + 18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> + Math-BigInt-FastCalc-0.300.0.ebuild: + Stable for amd64, wrt bug #458122 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Math-BigInt-FastCalc-0.300.0.ebuild: diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild index bcdcb6ccb623..757edace4798 100644 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.300.0.ebuild,v 1.2 2012/09/01 12:07:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild,v 1.3 2013/02/18 18:51:53 ago Exp $ EAPI=4 @@ -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 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.997.0 |