diff options
-rw-r--r-- | virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r8.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r8.ebuild b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r8.ebuild new file mode 100644 index 000000000000..98e6bc729cbc --- /dev/null +++ b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm64 hppa ia64 ppc ppc64 sparc x86" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |