commit: b35ff5c557c924ae0a736a97745be0b090d58908 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 1 13:08:00 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 1 13:14:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35ff5c5
dev-util/spirv-llvm-translator: Switch to llvm-r2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/spirv-llvm-translator/spirv-llvm-translator-21.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-21.0.0.9999.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-21.0.0.9999.ebuild index 9f8dcc90db33..a0f247b81a7d 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-21.0.0.9999.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-21.0.0.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_COMPAT=( 21 ) -inherit cmake-multilib flag-o-matic git-r3 llvm-r1 multiprocessing +inherit cmake-multilib flag-o-matic git-r3 llvm-r2 multiprocessing DESCRIPTION="Bi-directional translator between SPIR-V and LLVM IR" HOMEPAGE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"