summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-03 10:39:33 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-03 10:42:29 -0700
commit4d9406d9e086884c61ab153771628d19f75b78e8 (patch)
tree2398500ad6660c8333d0def14c1ce3fbfe804a76
parentapp-office/gnucash: Dep & python fix (diff)
downloadgentoo-4d9406d9e086884c61ab153771628d19f75b78e8.tar.gz
gentoo-4d9406d9e086884c61ab153771628d19f75b78e8.tar.bz2
gentoo-4d9406d9e086884c61ab153771628d19f75b78e8.zip
media-libs/mesa: Explicitly limit llvm max version
Closes: https://bugs.gentoo.org/712904 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index f0f83ac221d1..91f99eee5b64 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -154,7 +154,7 @@ LLVM_DEPSTR="
sys-devel/llvm:9[${MULTILIB_USEDEP}]
sys-devel/llvm:8[${MULTILIB_USEDEP}]
)
- sys-devel/llvm:=[${MULTILIB_USEDEP}]
+ <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=[${MULTILIB_USEDEP}]
"
LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang}