summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-26 03:32:05 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-26 03:34:21 +0100
commitf8891c56836edbaf96995eb73cc2e6f429f19127 (patch)
treef45cb21e2d5bae3dba2ea64556d95ead4954ff1c /eclass/autotools.eclass
parentautotools.eclass: Add new sys-devel/automake-1.16 (diff)
downloadgentoo-f8891c56836edbaf96995eb73cc2e6f429f19127.tar.gz
gentoo-f8891c56836edbaf96995eb73cc2e6f429f19127.tar.bz2
gentoo-f8891c56836edbaf96995eb73cc2e6f429f19127.zip
autotools.eclass: bump min automake to 1.15.1
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 988b23eba826..976644288583 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"