diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-07-17 11:00:46 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-07-17 11:00:54 -0400 |
commit | 93e07eb872f7a4a8817b59de3c16652f9dbe7dcf (patch) | |
tree | 5ba712ac8bf3c137bbcf9c4d41429655ceb6cfcd /profiles/arch/x86 | |
parent | Revert "dev-util/intel_clc: Drop LLVM_COMPAT=16" (diff) | |
download | gentoo-93e07eb872f7a4a8817b59de3c16652f9dbe7dcf.tar.gz gentoo-93e07eb872f7a4a8817b59de3c16652f9dbe7dcf.tar.bz2 gentoo-93e07eb872f7a4a8817b59de3c16652f9dbe7dcf.zip |
profiles/x86: Mask LLVM slots 15 and 16 on media-libs/mesa
Bug: https://bugs.gentoo.org/935993
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index cd23f6c3efe3..76b0abb26e60 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <mattst88@gentoo.org> (2024-07-17) +# 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 + # Andreas Sturmlechner <asturm@gentoo.org> (2024-07-12) # Need as-yet-unkeyworded KF6-based counterparts (bug #934361) kde-apps/libkcddb kf6compat |