llvm-r2.eclass: update _LLVM_NEWEST_STABLE to 20

Bug: https://bugs.gentoo.org/958081
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-06-14 15:26:07 +01:00
parent 4d9d76b685
commit ed6c96b8c2
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -70,7 +70,7 @@ _LLVM_OLDEST_SLOT=15
# @DESCRIPTION: # @DESCRIPTION:
# The newest stable LLVM version. Versions newer than that won't # The newest stable LLVM version. Versions newer than that won't
# be automatically enabled via USE defaults. # be automatically enabled via USE defaults.
_LLVM_NEWEST_STABLE=19 _LLVM_NEWEST_STABLE=20
# == control variables == # == control variables ==