diff options
author | 2021-10-30 13:31:45 -0700 | |
---|---|---|
committer | 2021-10-30 16:04:13 -0700 | |
commit | b9ab97c1f47ec0a3f0dc4f6c6a5982cbedb52d76 (patch) | |
tree | 92857819923536bd5c590b4e36ac3be7a1b6fe88 /media-libs/mesa | |
parent | media-libs/mesa: Add CPU_FLAGS_X86=sse2 option (diff) | |
download | gentoo-b9ab97c1f47ec0a3f0dc4f6c6a5982cbedb52d76.tar.gz gentoo-b9ab97c1f47ec0a3f0dc4f6c6a5982cbedb52d76.tar.bz2 gentoo-b9ab97c1f47ec0a3f0dc4f6c6a5982cbedb52d76.zip |
media-libs/mesa: Allow sys-devel/llvm:13
Closes: https://bugs.gentoo.org/816381
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index a1cf6898f2ed..81c434cf2940 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -139,9 +139,10 @@ RDEPEND="${RDEPEND} # 1. List all the working slots (with min versions) in ||, newest first. # 2. Update the := to specify *max* version, e.g. < 10. # 3. Specify LLVM_MAX_SLOT, e.g. 9. -LLVM_MAX_SLOT="12" +LLVM_MAX_SLOT="13" LLVM_DEPSTR=" || ( + sys-devel/llvm:13[${MULTILIB_USEDEP}] sys-devel/llvm:12[${MULTILIB_USEDEP}] sys-devel/llvm:11[${MULTILIB_USEDEP}] ) |