mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
eclass/llvm-r1: Sync with Gentoo
It's from Gentoo commit bc0ec53fa675fe53b95cdf997c3d33dd4b2fdca0.
This commit is contained in:
parent
02c582efaf
commit
ea4a6592ac
@ -14,8 +14,10 @@
|
|||||||
# in a matching slot. To use the eclass:
|
# in a matching slot. To use the eclass:
|
||||||
#
|
#
|
||||||
# 1. Set LLVM_COMPAT to the list of supported LLVM slots.
|
# 1. Set LLVM_COMPAT to the list of supported LLVM slots.
|
||||||
|
#
|
||||||
# 2. Use llvm_gen_dep and/or LLVM_USEDEP to add appropriate
|
# 2. Use llvm_gen_dep and/or LLVM_USEDEP to add appropriate
|
||||||
# dependencies.
|
# dependencies.
|
||||||
|
#
|
||||||
# 3. Use llvm-r1_pkg_setup, get_llvm_prefix or LLVM_SLOT.
|
# 3. Use llvm-r1_pkg_setup, get_llvm_prefix or LLVM_SLOT.
|
||||||
#
|
#
|
||||||
# The eclass sets IUSE and REQUIRED_USE. The flag corresponding
|
# The eclass sets IUSE and REQUIRED_USE. The flag corresponding
|
||||||
@ -31,8 +33,8 @@
|
|||||||
# DEPEND="
|
# DEPEND="
|
||||||
# dev-libs/libfoo[${LLVM_USEDEP}]
|
# dev-libs/libfoo[${LLVM_USEDEP}]
|
||||||
# $(llvm_gen_dep '
|
# $(llvm_gen_dep '
|
||||||
# sys-devel/clang:${LLVM_SLOT}=
|
# llvm-core/clang:${LLVM_SLOT}=
|
||||||
# sys-devel/llvm:${LLVM_SLOT}=
|
# llvm-core/llvm:${LLVM_SLOT}=
|
||||||
# ')
|
# ')
|
||||||
# "
|
# "
|
||||||
# @CODE
|
# @CODE
|
||||||
@ -61,7 +63,7 @@ _LLVM_OLDEST_SLOT=15
|
|||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The newest stable LLVM version. Versions newer than that won't
|
# The newest stable LLVM version. Versions newer than that won't
|
||||||
# be automatically enabled via USE defaults.
|
# be automatically enabled via USE defaults.
|
||||||
_LLVM_NEWEST_STABLE=18
|
_LLVM_NEWEST_STABLE=19
|
||||||
|
|
||||||
# == control variables ==
|
# == control variables ==
|
||||||
|
|
||||||
@ -163,8 +165,8 @@ unset -f _llvm_set_globals
|
|||||||
# @CODE
|
# @CODE
|
||||||
# DEPEND="
|
# DEPEND="
|
||||||
# $(llvm_gen_dep '
|
# $(llvm_gen_dep '
|
||||||
# sys-devel/clang:${LLVM_SLOT}=
|
# llvm-core/clang:${LLVM_SLOT}=
|
||||||
# sys-devel/llvm:${LLVM_SLOT}=
|
# llvm-core/llvm:${LLVM_SLOT}=
|
||||||
# ')
|
# ')
|
||||||
# "
|
# "
|
||||||
# @CODE
|
# @CODE
|
||||||
|
Loading…
Reference in New Issue
Block a user