commit: d45b9034d1d769d69a881d3470524b82c87236c3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Dec 22 18:26:10 2018 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Dec 22 18:28:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45b9034
sys-devel/autoconf: Revision bump 2.64-r1 for Perl 5.26 This fixes the Perl 5.26 - related failures. I observe one more failure (both with and without the patches) which may point at some other problem: 221: Unusual Automake input files FAILED (torture.at:1517) Bug: https://bugs.gentoo.org/625576 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../autoconf/{autoconf-2.64.ebuild => autoconf-2.64-r1.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-devel/autoconf/autoconf-2.64.ebuild b/sys-devel/autoconf/autoconf-2.64-r1.ebuild similarity index 78% rename from sys-devel/autoconf/autoconf-2.64.ebuild rename to sys-devel/autoconf/autoconf-2.64-r1.ebuild index 06375db737d..f5e7f1703a2 100644 --- a/sys-devel/autoconf/autoconf-2.64.ebuild +++ b/sys-devel/autoconf/autoconf-2.64-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,3 +19,8 @@ DEPEND=">=sys-devel/m4-1.4.6 RDEPEND="${DEPEND} !~sys-devel/${P}:2.5 >=sys-devel/autoconf-wrapper-13" + +PATCHES=( + "${FILESDIR}"/${PN}-2.69-perl-5.26.patch + "${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch +)
