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-CPAN-Meta | |
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-CPAN-Meta')
4 files changed, 6 insertions, 2 deletions
diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild index 3cf160834bd6..2314557937ad 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.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 >=virtual/perl-CPAN-Meta-YAML-0.11.0 diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild index dfc0ae0a4b2f..879e22a4a447 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.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=" ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= >=virtual/perl-CPAN-Meta-YAML-0.11.0 >=virtual/perl-JSON-PP-2.271.30 >=virtual/perl-Parse-CPAN-Meta-1.441.400 diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild index cb85f092f21a..6802769307f8 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild @@ -15,6 +15,7 @@ IUSE="" RDEPEND=" || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= >=virtual/perl-CPAN-Meta-YAML-0.11.0 >=virtual/perl-JSON-PP-2.271.30 >=virtual/perl-Parse-CPAN-Meta-1.441.400 diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild index 56531803cd68..7ce06369684a 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild @@ -15,6 +15,7 @@ IUSE="" RDEPEND=" || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= >=virtual/perl-CPAN-Meta-YAML-0.11.0 >=virtual/perl-JSON-PP-2.271.30 >=virtual/perl-Parse-CPAN-Meta-1.441.400 |