mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
llvm.eclass: Recognize slot 6 (for 9999)
This commit is contained in:
@@ -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>]
|
||||
|
||||
Reference in New Issue
Block a user