llvm.eclass: Permit LLVM 11
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 18:08:08 +0000 (19:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 18:29:18 +0000 (19:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/llvm.eclass

index eed3fe0014cc2f529633a4c8cc8e8599536a981f..5477b9d25edd3cdb3dcd3d2c6ba15785047c174f 100644 (file)
@@ -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>]