diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-28 23:48:51 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-07 07:37:48 +1300 |
commit | 0d9b7dfd7d7bee54b7782a9b09db9a05d867cbd4 (patch) | |
tree | 3b050cf8f6aaee9adcabdb56da15640a2700ad16 /virtual/perl-libnet | |
parent | virtual/perl-*: Extend existing virtuals to map to perl 5.22.3 (diff) | |
download | gentoo-0d9b7dfd7d7bee54b7782a9b09db9a05d867cbd4.tar.gz gentoo-0d9b7dfd7d7bee54b7782a9b09db9a05d867cbd4.tar.bz2 gentoo-0d9b7dfd7d7bee54b7782a9b09db9a05d867cbd4.zip |
virtual/perl-*: Restrict existing virtuals to not map to 5.22.3
virtual/perl-Archive-Tar: 2.40.0 not in 5.22.3+
virtual/perl-bignum: 0.390.0 not in 5.22.3+
virtual/perl-CPAN: 2.110.0 not in 5.22.3+
virtual/perl-Digest: 1.170.0 not in 5.22.3+
virtual/perl-Digest-SHA: 5.950.0 not in 5.22.3+
virtual/perl-ExtUtils-Command: 1.200.0 not in 5.22.3+
virtual/perl-ExtUtils-MakeMaker: 7.40.100 not in 5.22.3+
virtual/perl-HTTP-Tiny: 0.54.0 not in 5.22.3+
virtual/perl-IO: 1.350.0 not in 5.22.3+
virtual/perl-IO-Compress: 2.68.0 not in 5.22.3+
virtual/perl-IPC-Cmd: 0.920.0 not in 5.22.3+
virtual/perl-JSON-PP: 2.273.0 not in 5.22.3+
virtual/perl-libnet: 3.50.0 not in 5.22.3+
virtual/perl-Locale-Maketext: 1.260.0 not in 5.22.3+
virtual/perl-Locale-Maketext-Simple: 0.210.0 not in 5.22.3+
virtual/perl-Memoize: 1.30.0 not in 5.22.3+
virtual/perl-Net-Ping: 2.430.0 not in 5.22.3+
virtual/perl-Parse-CPAN-Meta: 1.441.700 not in 5.22.3+
virtual/perl-Sys-Syslog: 0.330.0 not in 5.22.3+
virtual/perl-Test: 1.260.0 not in 5.22.3+
virtual/perl-Test-Harness: 3.350.0 not in 5.22.3+
virtual/perl-XSLoader: 0.200.0 not in 5.22.3+
Diffstat (limited to 'virtual/perl-libnet')
-rw-r--r-- | virtual/perl-libnet/perl-libnet-3.50.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/perl-libnet/perl-libnet-3.50.0-r1.ebuild b/virtual/perl-libnet/perl-libnet-3.50.0-r1.ebuild index 5101049a747a..26c3a27827c4 100644 --- a/virtual/perl-libnet/perl-libnet-3.50.0-r1.ebuild +++ b/virtual/perl-libnet/perl-libnet-3.50.0-r1.ebuild @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh spar IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.22.2* =dev-lang/perl-5.22.1* =dev-lang/perl-5.22.0* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |