commit: 9d8bc00ab64d448863733ecbba9d2f69f96c1889 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sun May 13 10:35:49 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sun May 13 10:37:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8bc00a
autotools.eclass: Added v1.16.1 to _LATEST_AUTOMAKE array. Closes: https://bugs.gentoo.org/655326 eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 3c55a5c464a..ea85e73a804 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -59,7 +59,7 @@ inherit 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:1.16 1.15.1:1.15 ) +_LATEST_AUTOMAKE=( 1.16.1:1.16 1.15.1:1.15 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf"
