diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-03 19:35:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-03 19:46:40 +0100 |
commit | d27219ef714fd17289c3e645f79d45053cd95ef7 (patch) | |
tree | cf3067181a5c32ab1d6dd5d16c9bc655a0bdd978 /eclass | |
parent | net-dns/bind: Stabilize 9.16.33 ppc, #893120 (diff) | |
download | gentoo-d27219ef714fd17289c3e645f79d45053cd95ef7.tar.gz gentoo-d27219ef714fd17289c3e645f79d45053cd95ef7.tar.bz2 gentoo-d27219ef714fd17289c3e645f79d45053cd95ef7.zip |
llvm.eclass: Allow LLVM 17
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index cdbc766feeb3..022820d012d5 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.eclass @@ -78,7 +78,7 @@ DEPEND="!!sys-devel/llvm:0" # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( {16..8} ) +declare -g -r _LLVM_KNOWN_SLOTS=( {17..8} ) # @FUNCTION: get_llvm_slot # @USAGE: [-b|-d] [<max_slot>] |