llvm-core/libclc: Relax dev-util/spirv-llvm-translator dependency

Allow any version of dev-util/spirv-llvm-translator.  The package
seems to build fine with at least 20, and spirv-llvm-translator
does not follow LLVM main (or the release branch) timely.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-07-19 18:49:05 +02:00
parent 9e581a1296
commit e1e370ea13
2 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ BDEPEND="
${PYTHON_DEPS}
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} )
')
spirv? ( dev-util/spirv-llvm-translator:* )
"
LLVM_COMPONENTS=( libclc )

View File

@@ -18,8 +18,8 @@ BDEPEND="
${PYTHON_DEPS}
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} )
')
spirv? ( dev-util/spirv-llvm-translator:* )
"
LLVM_COMPONENTS=( libclc )