From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97D371396D0 for ; Sat, 2 Sep 2017 13:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2052E0D3C; Sat, 2 Sep 2017 13:30:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D44BDE0D3C for ; Sat, 2 Sep 2017 13:30:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB6AF341693 for ; Sat, 2 Sep 2017 13:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D5AE8B62 for ; Sat, 2 Sep 2017 13:30:39 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1504359033.b7adb11cafc8b0cf9479eff819c4530bf91a8ce6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.24.2.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b7adb11cafc8b0cf9479eff819c4530bf91a8ce6 X-VCS-Branch: master Date: Sat, 2 Sep 2017 13:30:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6c4e62c6-1abd-46f1-b178-ec9481940900 X-Archives-Hash: 819a59ef485e3774baa726ea439642f0 commit: b7adb11cafc8b0cf9479eff819c4530bf91a8ce6 Author: Kent Fredric gentoo org> AuthorDate: Sat Sep 2 13:26:43 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Sep 2 13:30:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7adb11c 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 dev-lang/perl/perl-5.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.24.2.ebuild b/dev-lang/perl/perl-5.24.2.ebuild index 592e583b9bc..1bcccde79f5 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"