Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: cross@g.o, base-system@g.o, chewi@g.o, Sam James <sam@g.o>
Subject: [gentoo-dev] [PATCH 3/4] autotools.eclass: update for latest automake 1.16.4
Date: Mon, 17 Jan 2022 11:11:07
Message-Id: 20220117110950.139015-3-sam@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/4] autotools.eclass: don't inject -I${SYSROOT} to aclocal by Sam James
1 Signed-off-by: Sam James <sam@g.o>
2 ---
3 eclass/autotools.eclass | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
7 index 2cf7c076d01ed..5250b28042ee2 100644
8 --- a/eclass/autotools.eclass
9 +++ b/eclass/autotools.eclass
10 @@ -74,7 +74,7 @@ inherit gnuconfig libtool
11 # Do NOT change this variable in your ebuilds!
12 # If you want to force a newer minor version, you can specify the correct
13 # WANT value by using a colon: <PV>:<WANT_AUTOMAKE>
14 -_LATEST_AUTOMAKE=( 1.16.2-r1:1.16 )
15 +_LATEST_AUTOMAKE=( 1.16.4:1.16 )
16
17 _automake_atom="sys-devel/automake"
18 _autoconf_atom="sys-devel/autoconf"
19 --
20 2.34.1