diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-25 10:05:50 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-02-20 04:22:29 +1300 |
commit | 3aebbd0dc24f404ec73dc4b52724458094601080 (patch) | |
tree | 7883b59be99c12aef2c86582a43adb5ba7babb99 /virtual/perl-version/perl-version-0.990.900-r4.ebuild | |
parent | virtual/perl-*: Remove dependency on dev-lang/perl-5.20* (diff) | |
download | gentoo-3aebbd0dc24f404ec73dc4b52724458094601080.tar.gz gentoo-3aebbd0dc24f404ec73dc4b52724458094601080.tar.bz2 gentoo-3aebbd0dc24f404ec73dc4b52724458094601080.zip |
virtual/perl-*: -r bump for rdep propagation
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/perl-version/perl-version-0.990.900-r4.ebuild')
-rw-r--r-- | virtual/perl-version/perl-version-0.990.900-r4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-version/perl-version-0.990.900-r4.ebuild b/virtual/perl-version/perl-version-0.990.900-r4.ebuild new file mode 100644 index 000000000000..a44395f59196 --- /dev/null +++ b/virtual/perl-version/perl-version-0.990.900-r4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |