summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-30 16:50:04 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-30 20:13:41 +0200
commit838c79f9aff37a293507f71638df1266ebda6cf6 (patch)
treedfe54064b9f872e71f1730c9ae01a82c0e4c5cef /eclass
parentllvm.org.eclass: main branch is 14.x (diff)
downloadgentoo-838c79f9aff37a293507f71638df1266ebda6cf6.tar.gz
gentoo-838c79f9aff37a293507f71638df1266ebda6cf6.tar.bz2
gentoo-838c79f9aff37a293507f71638df1266ebda6cf6.zip
llvm.eclass: Allow slot 14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index a41381c3d4ee..359f3a669d06 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -85,7 +85,7 @@ DEPEND="!!sys-devel/llvm:0"
# @INTERNAL
# @DESCRIPTION:
# Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( {13..8} )
+declare -g -r _LLVM_KNOWN_SLOTS=( {14..8} )
# @FUNCTION: get_llvm_prefix
# @USAGE: [-b|-d] [<max_slot>]