Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/
Date: Mon, 30 Jan 2023 20:33:21
Message-Id: 1675110787.8c15e56a5af2d046ebc517bf6807d2cf81269694.mgorny@gentoo
1 commit: 8c15e56a5af2d046ebc517bf6807d2cf81269694
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 19:19:13 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 20:33:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c15e56a
7
8 dev-libs/libclc: Update LLVM_MAX_SLOT in 17.x
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/libclc/libclc-17.0.0.9999.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libclc/libclc-17.0.0.9999.ebuild b/dev-libs/libclc/libclc-17.0.0.9999.ebuild
16 index c424e4a83842..93cce600989e 100644
17 --- a/dev-libs/libclc/libclc-17.0.0.9999.ebuild
18 +++ b/dev-libs/libclc/libclc-17.0.0.9999.ebuild
19 @@ -14,10 +14,14 @@ SLOT="0"
20 KEYWORDS=""
21 IUSE="spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
22
23 -LLVM_MAX_SLOT=16
24 +LLVM_MAX_SLOT=17
25 BDEPEND="
26 ${PYTHON_DEPS}
27 || (
28 + (
29 + sys-devel/clang:17
30 + spirv? ( dev-util/spirv-llvm-translator:17 )
31 + )
32 (
33 sys-devel/clang:16
34 spirv? ( dev-util/spirv-llvm-translator:16 )