diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-03-30 07:38:45 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-03-30 07:38:45 +1300 |
commit | 9cd4405b93905d51255da92d2a15b4ba40dbcc60 (patch) | |
tree | e54e9bc373b5579f09390ba29d8532188da9ad1d /virtual/perl-File-Fetch | |
parent | [fixup] virtual/perl-Devel-SelfStubber-1.50.0-r5: Drop perl 5.18 as a provider (diff) | |
download | perl-overlay-9cd4405b93905d51255da92d2a15b4ba40dbcc60.tar.gz perl-overlay-9cd4405b93905d51255da92d2a15b4ba40dbcc60.tar.bz2 perl-overlay-9cd4405b93905d51255da92d2a15b4ba40dbcc60.zip |
[fixup] virtual/perl-File-Fetch-0.380.0-r2: Drop perl 5.18 as a provider
Package-Manager: portage-2.2.17
Diffstat (limited to 'virtual/perl-File-Fetch')
-rw-r--r-- | virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild (renamed from virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild b/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild index f4456b2bf..bd75cd020 100644 --- a/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild +++ b/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -11,8 +11,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=" - || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 - " +RDEPEND="~perl-core/${PN#perl-}-${PV}" |