summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-06-15 11:58:04 -0400
committerMatt Turner <mattst88@gentoo.org>2022-06-15 12:05:23 -0400
commitf1559f9c6bab0120c6b737d15a2a74cf8b50efe6 (patch)
treea08deaffd52edee852006deff9d5f2ee551b61cf /media-libs/mesa
parentprofiles: last rite sys-cluster/csync2 (diff)
downloadgentoo-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.ebuild3
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}]
)