diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-18 20:20:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-18 20:20:50 +0000 |
commit | ac7be7afde67e1ff95ddcfe0aa7a562c87736b76 (patch) | |
tree | f87b8770c247c50f81c091530aa69080cfa52a7e /virtual/perl-Math-BigInt-FastCalc | |
parent | Stable on amd64 wrt bug #370855 (diff) | |
download | gentoo-2-ac7be7afde67e1ff95ddcfe0aa7a562c87736b76.tar.gz gentoo-2-ac7be7afde67e1ff95ddcfe0aa7a562c87736b76.tar.bz2 gentoo-2-ac7be7afde67e1ff95ddcfe0aa7a562c87736b76.zip |
Add perl-5.14 as provider. Force stable keywords
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/perl-Math-BigInt-FastCalc')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r2.ebuild (renamed from virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index 0d714c56a68d..6c18d5f078f2 100644 --- a/virtual/perl-Math-BigInt-FastCalc/ChangeLog +++ b/virtual/perl-Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.27 2011/05/20 14:35:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.28 2011/06/18 20:20:46 tove Exp $ + +*perl-Math-BigInt-FastCalc-0.280.0-r2 (18 Jun 2011) + + 18 Jun 2011; Torsten Veller <tove@gentoo.org> + -perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild, + +perl-Math-BigInt-FastCalc-0.280.0-r2.ebuild: + Add perl-5.14 as provider *perl-Math-BigInt-FastCalc-0.280.0-r1 (20 May 2011) diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r2.ebuild index e64e4a0e47af..28df639ff354 100644 --- a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 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.280.0-r1.ebuild,v 1.1 2011/05/20 14:35:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r2.ebuild,v 1.1 2011/06/18 20:20:46 tove Exp $ -DESCRIPTION="Math::BigInt::Calc with some XS for more speed" +DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~x86-solaris" IUSE="" -RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/Math-BigInt-FastCalc-${PV} )" +RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/${PN#perl-}-${PV} )" |