diff options
author | 2018-04-17 17:31:54 +1200 | |
---|---|---|
committer | 2018-04-24 06:27:28 +1200 | |
commit | e1e494af471ab2481b029edeb92f74fa0df95cc8 (patch) | |
tree | 888b2d1c53d6e70e22657272e6dae1223cf2c2d0 /virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r6.ebuild | |
parent | virtual/perl-Module-CoreList: Update for perl 5.26.2 (diff) | |
download | gentoo-e1e494af471ab2481b029edeb92f74fa0df95cc8.tar.gz gentoo-e1e494af471ab2481b029edeb92f74fa0df95cc8.tar.bz2 gentoo-e1e494af471ab2481b029edeb92f74fa0df95cc8.zip |
virtual/perl-*: -r1 bump all virtuals with new RDEPEND entries
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r6.ebuild')
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r6.ebuild b/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r6.ebuild new file mode 100644 index 000000000000..27e7cbd80cf0 --- /dev/null +++ b/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin" + +RDEPEND=" + || ( =dev-lang/perl-5.24.4* =dev-lang/perl-5.24.3* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |