summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-16 05:49:21 +0100
committerSam James <sam@gentoo.org>2022-04-16 05:49:21 +0100
commit6ae76850870e85a544ef703025bd9625fa95eba9 (patch)
treef371fd188a90d80da756076f9cfd7825496213d1 /eclass/autotools.eclass
parentdev-libs/libpcre2: run tests verbosely (diff)
downloadgentoo-6ae76850870e85a544ef703025bd9625fa95eba9.tar.gz
gentoo-6ae76850870e85a544ef703025bd9625fa95eba9.tar.bz2
gentoo-6ae76850870e85a544ef703025bd9625fa95eba9.zip
autotools.eclass: update automake 1.16 stable version
Closes: https://bugs.gentoo.org/833654 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 30bc0e18fd3a..c275c83d55c2 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.4:1.16 )
+_LATEST_AUTOMAKE=( 1.16.5:1.16 )
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"