llvm.eclass: Allow slot 9
authorMichał Górny <mgorny@gentoo.org>
Fri, 18 Jan 2019 22:24:56 +0000 (23:24 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 18 Jan 2019 22:25:18 +0000 (23:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/llvm.eclass

index 71e6c7cfb1be6d76b25bf1af8e4beaadb246d7f0..ca10e742f1b19885b706e2f95d9c0e2d6fe7f90a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: llvm.eclass
@@ -79,7 +79,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
 # @INTERNAL
 # @DESCRIPTION:
 # Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( 8 7 6 5 4 )
+declare -g -r _LLVM_KNOWN_SLOTS=( 8 7 6 5 4 )
 
 # @FUNCTION: get_llvm_prefix
 # @USAGE: [<max_slot>]