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 A48B81382C5 for ; Sat, 10 Feb 2018 23:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA0F3E09FE; Sat, 10 Feb 2018 23:41:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A33E8E09FE for ; Sat, 10 Feb 2018 23:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0D8AC335C4E for ; Sat, 10 Feb 2018 23:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC741CD for ; Sat, 10 Feb 2018 23:41:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1518306059.c9236f48271f0427ee50801a84f2f2a18734bf57.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/make/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/make/make-4.2.1-r1.ebuild sys-devel/make/make-4.2.1.ebuild X-VCS-Directories: sys-devel/make/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c9236f48271f0427ee50801a84f2f2a18734bf57 X-VCS-Branch: master Date: Sat, 10 Feb 2018 23:41:09 +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: 4eef7ebf-d5ae-4e0d-beca-e12796b7cea2 X-Archives-Hash: e343397667cbae7c48a3183d15fe95f3 commit: c9236f48271f0427ee50801a84f2f2a18734bf57 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 10 23:38:36 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Feb 10 23:40:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9236f48 sys-devel/make: Fix tests with Perl 5.26, bug 613772 Closes: https://bugs.gentoo.org/613772 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/make/make-4.2.1-r1.ebuild | 2 ++ sys-devel/make/make-4.2.1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-devel/make/make-4.2.1-r1.ebuild b/sys-devel/make/make-4.2.1-r1.ebuild index 6a81c5417ba..56c8753a0e7 100644 --- a/sys-devel/make/make-4.2.1-r1.ebuild +++ b/sys-devel/make/make-4.2.1-r1.ebuild @@ -23,10 +23,12 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-3.82-darwin-library_search-dylib.patch "${FILESDIR}"/${PN}-4.2-default-cxx.patch + "${FILESDIR}"/${PN}-4.2.1-perl526.patch ) src_prepare() { epatch "${PATCHES[@]}" + epatch_user } src_configure() { diff --git a/sys-devel/make/make-4.2.1.ebuild b/sys-devel/make/make-4.2.1.ebuild index 7433acf5696..05d12e38104 100644 --- a/sys-devel/make/make-4.2.1.ebuild +++ b/sys-devel/make/make-4.2.1.ebuild @@ -22,10 +22,12 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-3.82-darwin-library_search-dylib.patch + "${FILESDIR}"/${PN}-4.2.1-perl526.patch ) src_prepare() { epatch "${PATCHES[@]}" + epatch_user } src_configure() {