mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
eclass/llvm: Sync with Gentoo
It's from Gentoo commit ef5a901254202fbcc79a4dab658a231c1187d3e1.
This commit is contained in:
parent
126d4c4017
commit
7986606ee5
@ -75,17 +75,17 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
|
|||||||
# are uninstalled
|
# are uninstalled
|
||||||
DEPEND="!!sys-devel/llvm:0"
|
DEPEND="!!sys-devel/llvm:0"
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: LLVM_MAX_SLOT
|
# @ECLASS_VARIABLE: LLVM_MAX_SLOT
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Highest LLVM slot supported by the package. Needs to be set before
|
# Highest LLVM slot supported by the package. Needs to be set before
|
||||||
# llvm_pkg_setup is called. If unset, no upper bound is assumed.
|
# llvm_pkg_setup is called. If unset, no upper bound is assumed.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: _LLVM_KNOWN_SLOTS
|
# @ECLASS_VARIABLE: _LLVM_KNOWN_SLOTS
|
||||||
# @INTERNAL
|
# @INTERNAL
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Correct values of LLVM slots, newest first.
|
# 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
|
# @FUNCTION: get_llvm_prefix
|
||||||
# @USAGE: [-b|-d] [<max_slot>]
|
# @USAGE: [-b|-d] [<max_slot>]
|
||||||
|
Loading…
Reference in New Issue
Block a user