autotools.eclass: bump min automake to 1.15.1

This commit is contained in:
Thomas Deutschmann
2018-02-26 03:32:05 +01:00
parent dfacee7cf6
commit f8891c5683

View File

@@ -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"