Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 26 Feb 2018 02:34:32
Message-Id: 1519612460.dfacee7cf61efc6df2522a4de650cf1a37734e43.whissi@gentoo
1 commit: dfacee7cf61efc6df2522a4de650cf1a37734e43
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 26 02:29:35 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 02:34:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfacee7c
7
8 autotools.eclass: Add new sys-devel/automake-1.16
9
10 eclass/autotools.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
14 index 8027fdc1753..988b23eba82 100644
15 --- a/eclass/autotools.eclass
16 +++ b/eclass/autotools.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: autotools.eclass
23 @@ -55,7 +55,7 @@ inherit libtool
24 # Do NOT change this variable in your ebuilds!
25 # If you want to force a newer minor version, you can specify the correct
26 # WANT value by using a colon: <PV>:<WANT_AUTOMAKE>
27 -_LATEST_AUTOMAKE=( 1.15:1.15 )
28 +_LATEST_AUTOMAKE=( 1.15:1.15 1.16:1.16 )
29
30 _automake_atom="sys-devel/automake"
31 _autoconf_atom="sys-devel/autoconf"