commit:     1e48ec6dffa6c1146966d33e338b0bdfd540cc59
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 00:01:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 00:02:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e48ec6d

sys-devel/autoconf: tweak Perl minimum versions

- 2.71 needs 5.8 because of our Perl time resolution (race condition) patch,
even though vanilla upstream it's 5.6

- 9999 needs 5.10

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/autoconf/autoconf-2.71-r1.ebuild | 4 +++-
 sys-devel/autoconf/autoconf-9999.ebuild    | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-devel/autoconf/autoconf-2.71-r1.ebuild 
b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
index 21a979c791b3..7ef4e0bcbeb7 100644
--- a/sys-devel/autoconf/autoconf-2.71-r1.ebuild
+++ b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
@@ -30,8 +30,10 @@ LICENSE="GPL-3"
 SLOT="${PV/_*}"
 IUSE="emacs"
 
+# for 2.71, our Perl time resolution patch changes our min Perl from 5.6
+# (vanilla upstream for 2.71) to 5.8.
 BDEPEND=">=sys-devel/m4-1.4.16
-       >=dev-lang/perl-5.6"
+       >=dev-lang/perl-5.8"
 RDEPEND="${BDEPEND}
        >=sys-devel/autoconf-wrapper-15
        sys-devel/gnuconfig

diff --git a/sys-devel/autoconf/autoconf-9999.ebuild 
b/sys-devel/autoconf/autoconf-9999.ebuild
index cb3d17704c68..a3424daaea28 100644
--- a/sys-devel/autoconf/autoconf-9999.ebuild
+++ b/sys-devel/autoconf/autoconf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,7 @@ SLOT="${PV}"
 IUSE="emacs"
 
 BDEPEND=">=sys-devel/m4-1.4.16
-       >=dev-lang/perl-5.6"
+       >=dev-lang/perl-5.10"
 RDEPEND="${BDEPEND}
        >=sys-devel/autoconf-wrapper-14
        sys-devel/gnuconfig

Reply via email to