Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/
Date: Sat, 02 Sep 2017 13:30:42
Message-Id: 1504359033.b7adb11cafc8b0cf9479eff819c4530bf91a8ce6.kentnl@gentoo
1 commit: b7adb11cafc8b0cf9479eff819c4530bf91a8ce6
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 13:26:43 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 13:30:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7adb11c
7
8 dev-lang/perl: Update to crossperl 1.1.6 for perl 5.24.2 re bug #627130
9
10 We need at least the same version of cross-perl as supports any given
11 value of ${PV} as the paths in cross-perl are ${PV} specific, and
12 we reference those paths using ${PV}
13
14 Bug: https://bugs.gentoo.org/627130
15 Package-Manager: Portage-2.3.6, Repoman-2.3.2
16
17 dev-lang/perl/perl-5.24.2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-lang/perl/perl-5.24.2.ebuild b/dev-lang/perl/perl-5.24.2.ebuild
21 index 592e583b9bc..1bcccde79f5 100644
22 --- a/dev-lang/perl/perl-5.24.2.ebuild
23 +++ b/dev-lang/perl/perl-5.24.2.ebuild
24 @@ -6,7 +6,7 @@ EAPI=6
25 inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing
26
27 PATCH_VER=1
28 -CROSS_VER=1.1.4
29 +CROSS_VER=1.1.6
30 PATCH_BASE="perl-5.24.2-patches-${PATCH_VER}"
31
32 PERL_OLDVERSEN="5.24.1 5.24.0"