mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
llvm.eclass: Allow slot 16
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -85,7 +85,7 @@ DEPEND="!!sys-devel/llvm:0"
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
# Correct values of LLVM slots, newest first.
|
||||
declare -g -r _LLVM_KNOWN_SLOTS=( {15..8} )
|
||||
declare -g -r _LLVM_KNOWN_SLOTS=( {16..8} )
|
||||
|
||||
# @FUNCTION: get_llvm_prefix
|
||||
# @USAGE: [-b|-d] [<max_slot>]
|
||||
|
||||
Reference in New Issue
Block a user