diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-21 11:50:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-21 11:50:39 +0000 |
commit | 55629f4aff797c44d8c424c82fd33209e1d1f255 (patch) | |
tree | fe7644a3b0d38608fa6df108922f649da269bffc /virtual/perl-Math-BigInt-FastCalc | |
parent | Stable for HPPA (bug #416397). (diff) | |
download | historical-55629f4aff797c44d8c424c82fd33209e1d1f255.tar.gz historical-55629f4aff797c44d8c424c82fd33209e1d1f255.tar.bz2 historical-55629f4aff797c44d8c424c82fd33209e1d1f255.zip |
Add perl-5.16 as provider. Force stable keywords
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'virtual/perl-Math-BigInt-FastCalc')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0-r1.ebuild (renamed from virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0.ebuild) | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index dda58c9e6bec..d722b6b7a516 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.32 2011/09/13 18:07:17 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.33 2012/05/21 11:50:35 tove Exp $ + +*perl-Math-BigInt-FastCalc-0.300.0-r1 (21 May 2012) + + 21 May 2012; Torsten Veller <tove@gentoo.org> + -perl-Math-BigInt-FastCalc-0.300.0.ebuild, + +perl-Math-BigInt-FastCalc-0.300.0-r1.ebuild: + Add perl-5.16 as provider *perl-Math-BigInt-FastCalc-0.300.0 (13 Sep 2011) diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0-r1.ebuild index 0c0e7218771f..c2d513c609bd 100644 --- a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0.ebuild +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.300.0.ebuild,v 1.1 2011/09/13 18:07:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.300.0-r1.ebuild,v 1.1 2012/05/21 11:50:35 tove Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" IUSE="" -RDEPEND="~perl-core/${PN#perl-}-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )" |