llvm.eclass: Add LLVM 8 awareness
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Aug 2018 11:52:30 +0000 (13:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Aug 2018 11:52:56 +0000 (13:52 +0200)
eclass/llvm.eclass

index 7a7695aff85c65b307c43e26943d0c0f46464a9d..56ebd7ed7b8d258a620043e3ed029bdd0135ad38 100644 (file)
@@ -78,7 +78,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
 # @INTERNAL
 # @DESCRIPTION:
 # Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( 7 6 5 4 )
+declare -g -r _LLVM_KNOWN_SLOTS=( 7 6 5 4 )
 
 # @FUNCTION: get_llvm_prefix
 # @USAGE: [<max_slot>]