diff options
author | Sam James <sam@gentoo.org> | 2024-07-12 07:26:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-12 07:26:55 +0100 |
commit | 9968732ec7b6deec53a472f54fc8f92ab9e849da (patch) | |
tree | 947e1443b1f46bbcfd6456d4d60d8c721c707ead /eclass | |
parent | dev-build/automake: add 1.17, drop 1.16.90, drop 1.16.92 (diff) | |
download | gentoo-9968732ec7b6deec53a472f54fc8f92ab9e849da.tar.gz gentoo-9968732ec7b6deec53a472f54fc8f92ab9e849da.tar.bz2 gentoo-9968732ec7b6deec53a472f54fc8f92ab9e849da.zip |
autotools.eclass: add 1.17 to _LATEST_AUTOMAKE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index a456e9b9f589..b932ff8bee90 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -94,7 +94,7 @@ _LATEST_AUTOCONF=( 2.72-r1:2.72 2.71-r6:2.71 ) # 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.16.5:1.16 ) +_LATEST_AUTOMAKE=( 1.17:1.17 1.16.5:1.16 ) _automake_atom="dev-build/automake" _autoconf_atom="dev-build/autoconf" |