diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-03 01:26:43 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-03 01:30:33 +1200 |
commit | b7adb11cafc8b0cf9479eff819c4530bf91a8ce6 (patch) | |
tree | 69373a995306dcc8a5647ede95c80857bfc3e516 /dev-lang | |
parent | dev-ruby/json: stable 1.8.6-r1 for ia64, bug #629484 (diff) | |
download | gentoo-b7adb11cafc8b0cf9479eff819c4530bf91a8ce6.tar.gz gentoo-b7adb11cafc8b0cf9479eff819c4530bf91a8ce6.tar.bz2 gentoo-b7adb11cafc8b0cf9479eff819c4530bf91a8ce6.zip |
dev-lang/perl: Update to crossperl 1.1.6 for perl 5.24.2 re bug #627130
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
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/perl-5.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.24.2.ebuild b/dev-lang/perl/perl-5.24.2.ebuild index 592e583b9bc4..1bcccde79f5b 100644 --- a/dev-lang/perl/perl-5.24.2.ebuild +++ b/dev-lang/perl/perl-5.24.2.ebuild @@ -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" |