diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-01-18 23:24:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-01-18 23:25:18 +0100 |
commit | 0076f2bebb380208f9b04fc2cd127e5227296436 (patch) | |
tree | 4d1891a92273f07bac8234e5ea34d7ff5ae21203 /eclass/llvm.eclass | |
parent | dev-python/pytables: don't try to install docs/html (diff) | |
download | gentoo-0076f2bebb380208f9b04fc2cd127e5227296436.tar.gz gentoo-0076f2bebb380208f9b04fc2cd127e5227296436.tar.bz2 gentoo-0076f2bebb380208f9b04fc2cd127e5227296436.zip |
llvm.eclass: Allow slot 9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.eclass')
-rw-r--r-- | eclass/llvm.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 71e6c7cfb1be..ca10e742f1b1 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -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=( 9 8 7 6 5 4 ) # @FUNCTION: get_llvm_prefix # @USAGE: [<max_slot>] |