mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-libs/libclc: Fix support for clang 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -16,10 +16,11 @@ IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi"
|
||||
IUSE="${IUSE_VIDEO_CARDS}"
|
||||
REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"
|
||||
|
||||
LLVM_MAX_SLOT=15
|
||||
LLVM_MAX_SLOT=16
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
|| (
|
||||
sys-devel/clang:16
|
||||
sys-devel/clang:15
|
||||
sys-devel/clang:14
|
||||
sys-devel/clang:13
|
||||
|
||||
Reference in New Issue
Block a user