dev-lang/perl: Update to crossperl 1.1.6 for perl 5.24.2 re bug #627130
authorKent Fredric <kentnl@gentoo.org>
Sat, 2 Sep 2017 13:26:43 +0000 (01:26 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 2 Sep 2017 13:30:33 +0000 (01:30 +1200)
We need at least the same version of cross-perl as supports any given
value of ${PV} as the paths in cross-perl are ${PV} specific, and
we reference those paths using ${PV}

Bug: https://bugs.gentoo.org/627130
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-lang/perl/perl-5.24.2.ebuild

index 592e583b9bc4f87fc2e64903670deddbd3f704f6..1bcccde79f5bebd2a155ac6361904f56c076581b 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing
 
 PATCH_VER=1
-CROSS_VER=1.1.4
+CROSS_VER=1.1.6
 PATCH_BASE="perl-5.24.2-patches-${PATCH_VER}"
 
 PERL_OLDVERSEN="5.24.1 5.24.0"