diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-20 13:38:41 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-23 11:54:43 +1300 |
commit | 8309cbeda48d36667c71cc6b54a33b0f72af5d48 (patch) | |
tree | 6f29eeb821f5a3602559d754c6fea7dd5452415d /virtual/perl-if | |
parent | refresh virtualbox-extpack-oracle Manifest (diff) | |
download | gentoo-8309cbeda48d36667c71cc6b54a33b0f72af5d48.tar.gz gentoo-8309cbeda48d36667c71cc6b54a33b0f72af5d48.tar.bz2 gentoo-8309cbeda48d36667c71cc6b54a33b0f72af5d48.zip |
virtual/perl-*: Subslot dep on perl
This is not striclty necessary, but is added in the
hope it will help portage propagate rebuilds in slot upgrades.
Package-Manager: portage-2.3.2
Diffstat (limited to 'virtual/perl-if')
-rw-r--r-- | virtual/perl-if/perl-if-0.60.300.ebuild | 3 | ||||
-rw-r--r-- | virtual/perl-if/perl-if-0.60.400.ebuild | 1 | ||||
-rw-r--r-- | virtual/perl-if/perl-if-0.60.600.ebuild | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/virtual/perl-if/perl-if-0.60.300.ebuild b/virtual/perl-if/perl-if-0.60.300.ebuild index d81b032bb9e3..45e4b58046b8 100644 --- a/virtual/perl-if/perl-if-0.60.300.ebuild +++ b/virtual/perl-if/perl-if-0.60.300.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,6 +16,7 @@ IUSE="" DEPEND="" RDEPEND=" || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " diff --git a/virtual/perl-if/perl-if-0.60.400.ebuild b/virtual/perl-if/perl-if-0.60.400.ebuild index d61e217d4419..8eb17c6b709c 100644 --- a/virtual/perl-if/perl-if-0.60.400.ebuild +++ b/virtual/perl-if/perl-if-0.60.400.ebuild @@ -16,6 +16,7 @@ IUSE="" DEPEND="" 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 " diff --git a/virtual/perl-if/perl-if-0.60.600.ebuild b/virtual/perl-if/perl-if-0.60.600.ebuild index 64545b1034d2..b815d482ae40 100644 --- a/virtual/perl-if/perl-if-0.60.600.ebuild +++ b/virtual/perl-if/perl-if-0.60.600.ebuild @@ -16,6 +16,7 @@ IUSE="" DEPEND="" RDEPEND=" || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " |