diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-26 03:29:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-26 03:34:20 +0100 |
commit | dfacee7cf61efc6df2522a4de650cf1a37734e43 (patch) | |
tree | 7db49a6e1e939587a9e2c43a3e9c2898d26f73bc /eclass | |
parent | net-dns/unbound: add var/ dir for auto-trust-anchor by default (diff) | |
download | gentoo-dfacee7cf61efc6df2522a4de650cf1a37734e43.tar.gz gentoo-dfacee7cf61efc6df2522a4de650cf1a37734e43.tar.bz2 gentoo-dfacee7cf61efc6df2522a4de650cf1a37734e43.zip |
autotools.eclass: Add new sys-devel/automake-1.16
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 8027fdc1753d..988b23eba826 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.15 1.16:1.16 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" |