diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-04 09:25:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 09:26:06 +0100 |
commit | 6fbe4621ac7a0228c0a04acb18e832dafc1fc72b (patch) | |
tree | 9a804a71f02115a6c746989c3056d5cd6227d938 /eclass/llvm.eclass | |
parent | dev-ruby/fakefs: add 0.12.0 (diff) | |
download | gentoo-6fbe4621ac7a0228c0a04acb18e832dafc1fc72b.tar.gz gentoo-6fbe4621ac7a0228c0a04acb18e832dafc1fc72b.tar.bz2 gentoo-6fbe4621ac7a0228c0a04acb18e832dafc1fc72b.zip |
llvm.eclass: Support slot 7
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 d9518fe62266..7a7695aff85c 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.eclass @@ -78,7 +78,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( 6 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 7 6 5 4 ) # @FUNCTION: get_llvm_prefix # @USAGE: [<max_slot>] |