autotools.eclass: Add new sys-devel/automake-1.16
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 26 Feb 2018 02:29:35 +0000 (03:29 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 26 Feb 2018 02:34:20 +0000 (03:34 +0100)
eclass/autotools.eclass

index 8027fdc1753d8edb71bf5efebc13dedbed3c3566..988b23eba8261cc7c24d5ee81e39b99b7c6d5669 100644 (file)
@@ -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.15 1.16:1.16 )
 
 _automake_atom="sys-devel/automake"
 _autoconf_atom="sys-devel/autoconf"