commit: 690101171ed875d445f812448566786990e64155 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 19:55:05 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 20:03:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69010117
dev-util/intel_clc: Move libclc dep inside llvm_gen_dep Bug: https://bugs.gentoo.org/940037 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/intel_clc/intel_clc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index fcc63b3f4a53..b577e985b4b4 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,12 +29,12 @@ IUSE="debug" RDEPEND=" dev-util/spirv-tools - llvm-core/libclc >=sys-libs/zlib-1.2.8:= x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= + =llvm-core/libclc-${LLVM_SLOT}* llvm-core/llvm:${LLVM_SLOT}= ') "
