commit: 91ea2b6d471406e56206278d0e97422f74028bde Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 12 07:38:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 12 07:38:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ea2b6d
autotools.eclass: crank _LATEST_AUTOMAKE to get fixed 1.17-r1 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index b932ff8bee90..3c9e89bda90e 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -94,7 +94,7 @@ _LATEST_AUTOCONF=( 2.72-r1:2.72 2.71-r6:2.71 ) # Do NOT change this variable in your ebuilds! # If you want to force a newer minor version, you can specify the correct # WANT value by using a colon: <PV>:<WANT_AUTOMAKE> -_LATEST_AUTOMAKE=( 1.17:1.17 1.16.5:1.16 ) +_LATEST_AUTOMAKE=( 1.17-r1:1.17 1.16.5:1.16 ) _automake_atom="dev-build/automake" _autoconf_atom="dev-build/autoconf"
