commit: 01074dc70e474b9a6c63af812a244d65e4847efa Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Tue Aug 5 23:58:19 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 17:34:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01074dc7
profiles/arch/x86: remove obsolete dev-util/intel_clc mask `dev-util/intel_clc` was replaced with `dev-util/mesa_clc`, and the replacement only supports spirv-llvm-translator >= 18 Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/43345 Closes: https://github.com/gentoo/gentoo/pull/43345 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/x86/package.use.mask | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 8902660c7b25..d9e765cf93d8 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -90,7 +90,6 @@ games-emulation/rmg -dynarec # We only want to support spirv-llvm-translator >= 17 on x86, which is a # dependency of mesa. >=media-libs/mesa-24.1 llvm_slot_15 llvm_slot_16 ->=dev-util/intel_clc-24.1 llvm_slot_16 # Michael Orlitzky <[email protected]> (2024-07-09) # The opcache extension fails to build on hardened x86, but only
