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:34
Message-Id: 1519612461.f8891c56836edbaf96995eb73cc2e6f429f19127.whissi@gentoo
1 commit: f8891c56836edbaf96995eb73cc2e6f429f19127
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 26 02:32:05 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 02:34:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8891c56
7
8 autotools.eclass: bump min automake to 1.15.1
9
10 eclass/autotools.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
14 index 988b23eba82..97664428858 100644
15 --- a/eclass/autotools.eclass
16 +++ b/eclass/autotools.eclass
17 @@ -55,7 +55,7 @@ inherit libtool
18 # Do NOT change this variable in your ebuilds!
19 # If you want to force a newer minor version, you can specify the correct
20 # WANT value by using a colon: <PV>:<WANT_AUTOMAKE>
21 -_LATEST_AUTOMAKE=( 1.15:1.15 1.16:1.16 )
22 +_LATEST_AUTOMAKE=( 1.15.1:1.15 1.16:1.16 )
23
24 _automake_atom="sys-devel/automake"
25 _autoconf_atom="sys-devel/autoconf"