From 54dca359dd9b7a541f8453ad9ead4509af0e7e75 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 17 Sep 2017 15:22:52 +1200 Subject: virtual/perl-constant: Fix for 5.24/5.26 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- virtual/perl-constant/perl-constant-1.330.0-r1.ebuild | 19 +++++++++++++++++++ virtual/perl-constant/perl-constant-1.330.0.ebuild | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 virtual/perl-constant/perl-constant-1.330.0-r1.ebuild delete mode 100644 virtual/perl-constant/perl-constant-1.330.0.ebuild diff --git a/virtual/perl-constant/perl-constant-1.330.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.330.0-r1.ebuild new file mode 100644 index 000000000..c662010ce --- /dev/null +++ b/virtual/perl-constant/perl-constant-1.330.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.26* =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) + !perl-core/${PN#perl-}-${PV} +" diff --git a/virtual/perl-constant/perl-constant-1.330.0.ebuild b/virtual/perl-constant/perl-constant-1.330.0.ebuild deleted file mode 100644 index bea2ea76d..000000000 --- a/virtual/perl-constant/perl-constant-1.330.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) - !perl-core/${PN#perl-}-${PV} -" -- cgit v1.2.3-65-gdbad