Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-File-Fetch/
Date: Wed, 03 Jun 2015 12:59:01
Message-Id: 1433275215.5f3c8d3f29dcb7f4430b518eadfd3c55acb86c55.kent@gentoo
1 commit: 5f3c8d3f29dcb7f4430b518eadfd3c55acb86c55
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 2 20:00:15 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 2 20:00:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5f3c8d3f
7
8 [fixup] perl-File-Fetch: Provided by perl 5.22.0
9
10 Package-Manager: portage-2.2.17
11
12 ...rl-File-Fetch-0.480.0.ebuild => perl-File-Fetch-0.480.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/virtual/perl-File-Fetch/perl-File-Fetch-0.480.0.ebuild b/virtual/perl-File-Fetch/perl-File-Fetch-0.480.0-r1.ebuild
16 similarity index 69%
17 rename from virtual/perl-File-Fetch/perl-File-Fetch-0.480.0.ebuild
18 rename to virtual/perl-File-Fetch/perl-File-Fetch-0.480.0-r1.ebuild
19 index c7cbabd..2fce66d 100644
20 --- a/virtual/perl-File-Fetch/perl-File-Fetch-0.480.0.ebuild
21 +++ b/virtual/perl-File-Fetch/perl-File-Fetch-0.480.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27 EAPI=5
28 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 RDEPEND="
32 - || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
33 + || ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
34 !<perl-core/${PN#perl-}-${PV}
35 !>perl-core/${PN#perl-}-${PV}
36 "