commit: f8891c56836edbaf96995eb73cc2e6f429f19127 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Feb 26 02:32:05 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Feb 26 02:34:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8891c56
autotools.eclass: bump min automake to 1.15.1 eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 988b23eba82..97664428858 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -55,7 +55,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.15:1.15 1.16:1.16 ) +_LATEST_AUTOMAKE=( 1.15.1:1.15 1.16:1.16 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf"
