From 5b137c3ffbfae4718dbc14e80a262e9d1bcaf444 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Feb 2026 07:27:58 +0000 Subject: [PATCH] eclass/llvm-r1: Sync with Gentoo It's from Gentoo commit abdd3db1c5197e687f67fa157a04b535c22c58ab. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/llvm-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/llvm-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/llvm-r1.eclass index 8b78a43811..fc9fab75e8 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/llvm-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/llvm-r1.eclass @@ -63,7 +63,7 @@ _LLVM_OLDEST_SLOT=15 # @DESCRIPTION: # The newest stable LLVM version. Versions newer than that won't # be automatically enabled via USE defaults. -_LLVM_NEWEST_STABLE=20 +_LLVM_NEWEST_STABLE=21 # == control variables ==