projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89020e9
)
llvm.eclass: Recognize slot 6 (for 9999)
author
Michał Górny
<mgorny@gentoo.org>
Sun, 23 Jul 2017 17:07:08 +0000
(19:07 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 24 Jul 2017 19:03:51 +0000
(21:03 +0200)
eclass/llvm.eclass
patch
|
blob
|
history
diff --git
a/eclass/llvm.eclass
b/eclass/llvm.eclass
index 294e27b019b95f1b207800bc2e3a5ea3d49b2ef4..1128615cd35a14d2861a3ac4f36ce298a81fa6b1 100644
(file)
--- 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>]