commit: 0f7421157ba915ef3694d01ec5bec843b3ec424e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 21:38:47 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 22:22:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f742115
autotools.eclass: update for latest automake 1.16.4 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 771673f4641a..af50b1d70fcd 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -74,7 +74,7 @@ inherit gnuconfig libtool # 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.16.2-r1:1.16 ) +_LATEST_AUTOMAKE=( 1.16.4:1.16 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf"
