diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-22 19:26:10 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-22 19:28:01 +0100 |
commit | d45b9034d1d769d69a881d3470524b82c87236c3 (patch) | |
tree | 26dd3990c557dfa42e33131b11f84bceb3e9f366 | |
parent | dev-python/lxml-4.2.5: alpha stable, bug 672874 (diff) | |
download | gentoo-d45b9034d1d769d69a881d3470524b82c87236c3.tar.gz gentoo-d45b9034d1d769d69a881d3470524b82c87236c3.tar.bz2 gentoo-d45b9034d1d769d69a881d3470524b82c87236c3.zip |
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@gentoo.org>
-rw-r--r-- | sys-devel/autoconf/autoconf-2.64-r1.ebuild (renamed from sys-devel/autoconf/autoconf-2.64.ebuild) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-devel/autoconf/autoconf-2.64.ebuild b/sys-devel/autoconf/autoconf-2.64-r1.ebuild index 06375db737db..f5e7f1703a20 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 +) |