mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
llvm.eclass: Permit slot 10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -81,7 +81,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
# Correct values of LLVM slots, newest first.
|
||||
declare -g -r _LLVM_KNOWN_SLOTS=( 9 8 7 6 5 4 )
|
||||
declare -g -r _LLVM_KNOWN_SLOTS=( 10 9 8 7 6 5 4 )
|
||||
|
||||
# @FUNCTION: get_llvm_prefix
|
||||
# @USAGE: [-b|-d] [<max_slot>]
|
||||
|
||||
Reference in New Issue
Block a user