diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-28 11:38:10 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-28 11:39:26 -0700 |
commit | 6e560024c61e7884b204e0f57a6ac5cd6d15ca75 (patch) | |
tree | 7da28e482803af81379bb26ef6cdc3f669732332 /media-libs | |
parent | media-libs/mesa: Require libdrm-2.4.110 (diff) | |
download | gentoo-6e560024c61e7884b204e0f57a6ac5cd6d15ca75.tar.gz gentoo-6e560024c61e7884b204e0f57a6ac5cd6d15ca75.tar.bz2 gentoo-6e560024c61e7884b204e0f57a6ac5cd6d15ca75.zip |
media-libs/mesa: Raise LLVM_MAX_SLOT to 14
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ea84dca27df0..a01a3030e452 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -111,12 +111,12 @@ 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="13" +LLVM_MAX_SLOT="14" LLVM_DEPSTR=" || ( + sys-devel/llvm:14[${MULTILIB_USEDEP}] sys-devel/llvm:13[${MULTILIB_USEDEP}] sys-devel/llvm:12[${MULTILIB_USEDEP}] - sys-devel/llvm:11[${MULTILIB_USEDEP}] ) <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=[${MULTILIB_USEDEP}] " |