From: Michał Górny Date: Sun, 23 Jul 2017 17:07:08 +0000 (+0200) Subject: llvm.eclass: Recognize slot 6 (for 9999) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a439ad85267f9b047703077f0a07ffbbf330c76;p=gentoo.git llvm.eclass: Recognize slot 6 (for 9999) --- 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: []