diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-15 11:58:04 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-15 12:05:23 -0400 |
commit | f1559f9c6bab0120c6b737d15a2a74cf8b50efe6 (patch) | |
tree | a08deaffd52edee852006deff9d5f2ee551b61cf /media-libs/mesa | |
parent | profiles: last rite sys-cluster/csync2 (diff) | |
download | gentoo-f1559f9c6bab0120c6b737d15a2a74cf8b50efe6.tar.gz gentoo-f1559f9c6bab0120c6b737d15a2a74cf8b50efe6.tar.bz2 gentoo-f1559f9c6bab0120c6b737d15a2a74cf8b50efe6.zip |
media-libs/mesa: Allow llvm:14
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-22.0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-22.0.5.ebuild b/media-libs/mesa/mesa-22.0.5.ebuild index 2ceff3869cbc..f8818d957cce 100644 --- a/media-libs/mesa/mesa-22.0.5.ebuild +++ b/media-libs/mesa/mesa-22.0.5.ebuild @@ -111,9 +111,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="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}] ) |