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-Math-BigInt | |
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-Math-BigInt')
5 files changed, 7 insertions, 2 deletions
diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild index 070036a47e54..b74a4f62db03 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.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$ @@ -15,6 +15,7 @@ IUSE="" 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-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild index c0b84da79fba..527cf5f53158 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild @@ -15,6 +15,7 @@ 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 " diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild index 909e3487a0fb..8ea95024847e 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.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$ @@ -15,4 +15,5 @@ IUSE="" RDEPEND=" ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= " diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r1.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r1.ebuild index 7f0ff91b8f8b..f6d51f34332d 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r1.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r1.ebuild @@ -15,6 +15,7 @@ IUSE="" 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 " diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800.ebuild index 9a497341a70b..8ea95024847e 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800.ebuild @@ -15,4 +15,5 @@ IUSE="" RDEPEND=" ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= " |