diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 15:28:36 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 15:28:36 +1200 |
commit | 5afb3df678736fa33f5b045b51998a61bbd8cb2c (patch) | |
tree | 65a18b452767667ae0b3ffde620e92d6602e9692 | |
parent | virtual/perl-Devel-SelfStubber: Update for perl 5.24* (diff) | |
download | perl-overlay-5afb3df678736fa33f5b045b51998a61bbd8cb2c.tar.gz perl-overlay-5afb3df678736fa33f5b045b51998a61bbd8cb2c.tar.bz2 perl-overlay-5afb3df678736fa33f5b045b51998a61bbd8cb2c.zip |
virtual/perl-File-Fetch: Fix for 5.24
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | virtual/perl-File-Fetch/perl-File-Fetch-0.480.100.ebuild (renamed from virtual/perl-File-Fetch/perl-File-Fetch-0.480.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-File-Fetch/perl-File-Fetch-0.480.0-r1.ebuild b/virtual/perl-File-Fetch/perl-File-Fetch-0.480.100.ebuild index 907d11f2c..19c73ba05 100644 --- a/virtual/perl-File-Fetch/perl-File-Fetch-0.480.0-r1.ebuild +++ b/virtual/perl-File-Fetch/perl-File-Fetch-0.480.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV} " |