diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-08 20:12:25 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-08 20:12:25 +0000 |
commit | c57befc0d5214d0f03073c0e02b23dbc2655d5cf (patch) | |
tree | a6bb87b69d5c6fe825854fdce367cb35efd6b2b1 /virtual | |
parent | Add 1.4.2_p20150604 snapshot with timestamp preservation for bug 551486. (diff) | |
download | gentoo-2-c57befc0d5214d0f03073c0e02b23dbc2655d5cf.tar.gz gentoo-2-c57befc0d5214d0f03073c0e02b23dbc2655d5cf.tar.bz2 gentoo-2-c57befc0d5214d0f03073c0e02b23dbc2655d5cf.zip |
Add Perl 5.22 as provider, remove Perl 5.18 as provider
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-Loaded/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r5.ebuild (renamed from virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r4.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/virtual/perl-Module-Loaded/ChangeLog b/virtual/perl-Module-Loaded/ChangeLog index afa664c7dda4..424641306c2e 100644 --- a/virtual/perl-Module-Loaded/ChangeLog +++ b/virtual/perl-Module-Loaded/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Module-Loaded -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Loaded/ChangeLog,v 1.19 2014/11/08 16:19:08 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Loaded/ChangeLog,v 1.20 2015/06/08 20:12:25 dilfridge Exp $ + +*perl-Module-Loaded-0.80.0-r5 (08 Jun 2015) + + 08 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Module-Loaded-0.80.0-r4.ebuild, +perl-Module-Loaded-0.80.0-r5.ebuild: + Add Perl 5.22 as provider, remove Perl 5.18 as provider *perl-Module-Loaded-0.80.0-r4 (08 Nov 2014) diff --git a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r4.ebuild b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r5.ebuild index 31d995f65344..f8ecfc7faae5 100644 --- a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r4.ebuild +++ b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r4.ebuild,v 1.1 2014/11/08 16:19:08 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r5.ebuild,v 1.1 2015/06/08 20:12:25 dilfridge Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " |