diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 15:37:04 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 15:37:04 +1200 |
commit | fefb286929b12f7e01c0566b27b2ecf982a355b9 (patch) | |
tree | 032b8b189534ceb94292460f7970fd3db917731d | |
parent | virtual/perl-Pod-Checker: Fix for perl 5.24 (diff) | |
download | perl-overlay-fefb286929b12f7e01c0566b27b2ecf982a355b9.tar.gz perl-overlay-fefb286929b12f7e01c0566b27b2ecf982a355b9.tar.bz2 perl-overlay-fefb286929b12f7e01c0566b27b2ecf982a355b9.zip |
virtual/perl-Pod-Perldoc: Fix for perl 5.24
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild | 18 | ||||
-rw-r--r-- | virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.300.ebuild (renamed from virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild) | 4 |
2 files changed, 2 insertions, 20 deletions
diff --git a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild deleted file mode 100644 index 16e2b0b6e..000000000 --- a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -DESCRIPTION="Virtual for perl-core/${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.300.ebuild index 3ac997835..acf23770c 100644 --- a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild +++ b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.300.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 @@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) +RDEPEND="|| ( =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}-r999 " |