diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-23 19:07:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-24 21:03:51 +0200 |
commit | 8a439ad85267f9b047703077f0a07ffbbf330c76 (patch) | |
tree | 7209601a76aa6f87c2c43279bd9d01aacefb5878 /eclass/llvm.eclass | |
parent | sys-devel/clang-runtime: Branch for 5.0.0 release (diff) | |
download | gentoo-8a439ad85267f9b047703077f0a07ffbbf330c76.tar.gz gentoo-8a439ad85267f9b047703077f0a07ffbbf330c76.tar.bz2 gentoo-8a439ad85267f9b047703077f0a07ffbbf330c76.zip |
llvm.eclass: Recognize slot 6 (for 9999)
Diffstat (limited to 'eclass/llvm.eclass')
-rw-r--r-- | eclass/llvm.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 294e27b019b9..1128615cd35a 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -63,7 +63,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 6 5 4 ) # @FUNCTION: get_llvm_prefix # @USAGE: [<max_slot>] |