commit: 7e61bbf42d49e15f6e9a180eedc30650f71d450c Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 20:02:19 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=7e61bbf4
media-libs/mesa: Add libclc dep inside llvm_gen_dep Bug: https://bugs.gentoo.org/940037 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7846e415a4f5..0aae9a9fc728 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -101,6 +101,7 @@ RDEPEND=" opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + =llvm-core/libclc-\${LLVM_SLOT}*[spirv(-)] ) ") video_cards_r600? (
