summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2018-02-26 02:50:15 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2018-02-26 02:50:15 +0000
commit059367419da2c626b2af05ac1ac1efe39eccb919 (patch)
treedc23201d93190b4433b49e7503b28727f5c08302
parent2018-02-26 01:26:33 UTC (diff)
parentautotools.eclass: bump min automake to 1.15.1 (diff)
downloadgentoo-059367419da2c626b2af05ac1ac1efe39eccb919.tar.gz
gentoo-059367419da2c626b2af05ac1ac1efe39eccb919.tar.bz2
gentoo-059367419da2c626b2af05ac1ac1efe39eccb919.zip
Merge updates from master
-rw-r--r--eclass/autotools.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 8027fdc1753d..976644288583 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @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 )
+_LATEST_AUTOMAKE=( 1.15.1:1.15 1.16:1.16 )
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"