eclass/llvm: Sync with Gentoo

It's from Gentoo commit 2d437712f06ca05b0cf3f0a01fd81548f5fbe72b.
This commit is contained in:
Flatcar Buildbot 2024-01-29 07:13:01 +00:00 committed by Krzesimir Nowak
parent 10851aff31
commit 36ecef0ada

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: llvm.eclass # @ECLASS: llvm.eclass
@ -78,7 +78,7 @@ DEPEND="!!sys-devel/llvm:0"
# @INTERNAL # @INTERNAL
# @DESCRIPTION: # @DESCRIPTION:
# Correct values of LLVM slots, newest first. # Correct values of LLVM slots, newest first.
declare -g -r _LLVM_KNOWN_SLOTS=( {18..8} ) declare -g -r _LLVM_KNOWN_SLOTS=( {19..8} )
# @ECLASS_VARIABLE: LLVM_ECLASS_SKIP_PKG_SETUP # @ECLASS_VARIABLE: LLVM_ECLASS_SKIP_PKG_SETUP
# @INTERNAL # @INTERNAL