summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2020-10-12 16:04:41 +0100
committerMatt Turner <mattst88@gentoo.org>2020-10-12 09:13:48 -0700
commit29d072b004aef9e892133c54b601e3aaad02ae04 (patch)
tree8635479f70449542d72537c66d1a8d6eb4738859
parentmedia-libs/opencv: require <dev-cpp/eigen-3.3.8 for now (diff)
downloadgentoo-29d072b0.tar.gz
gentoo-29d072b0.tar.bz2
gentoo-29d072b0.zip
media-libs/mesa: Allow llvm-11 slot
Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Closes: https://github.com/gentoo/gentoo/pull/17902 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-libs/mesa/mesa-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 402d1049c184..48d1f0be0410 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -143,9 +143,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="10"
+LLVM_MAX_SLOT="11"
LLVM_DEPSTR="
|| (
+ sys-devel/llvm:11[${MULTILIB_USEDEP}]
sys-devel/llvm:10[${MULTILIB_USEDEP}]
sys-devel/llvm:9[${MULTILIB_USEDEP}]
)