summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-25 19:08:08 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-25 19:29:18 +0100
commitff06de1148bfbba2ee075925034db341426f60ac (patch)
tree2c78d4caed9c06693124462504858fe10e400a33
parentkernel-install.eclass: Remove initramfs in postrm (diff)
downloadgentoo-ff06de1148bfbba2ee075925034db341426f60ac.tar.gz
gentoo-ff06de1148bfbba2ee075925034db341426f60ac.tar.bz2
gentoo-ff06de1148bfbba2ee075925034db341426f60ac.zip
llvm.eclass: Permit LLVM 11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/llvm.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index eed3fe0014cc..5477b9d25edd 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -81,7 +81,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
# @INTERNAL
# @DESCRIPTION:
# Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( 10 9 8 7 6 5 4 )
+declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 7 6 5 4 )
# @FUNCTION: get_llvm_prefix
# @USAGE: [-b|-d] [<max_slot>]