From cdf2a891db55c32b0d4df85b99967bb3a40c2737 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 23 Mar 2026 07:33:40 +0000 Subject: [PATCH] eclass/autotools: Sync with Gentoo It's from Gentoo commit cdf644d13695f4ce3ce6152710de84ddc0ea6840. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/autotools.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass b/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass index 04a0bb15a3..b80dc2f044 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: autotools.eclass @@ -72,7 +72,7 @@ inherit gnuconfig 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: : -_LATEST_AUTOCONF=( 2.72-r1:2.72 ) +_LATEST_AUTOCONF=( 2.73:2.73 2.72-r1:2.72 ) # @ECLASS_VARIABLE: _LATEST_AUTOMAKE # @INTERNAL @@ -93,7 +93,7 @@ _LATEST_AUTOCONF=( 2.72-r1:2.72 ) # 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: : -_LATEST_AUTOMAKE=( 1.18:1.18 1.17-r1:1.17 ) +_LATEST_AUTOMAKE=( 1.18.1:1.18 ) _automake_atom="dev-build/automake" _autoconf_atom="dev-build/autoconf"