summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-21 08:55:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-21 09:33:35 +0200
commit8b27a56562c5942a4e6772a568922b5a7eb08c3f (patch)
tree43bcc3c502532a676c2a7c87c54ef67542d6f119 /media-libs
parentnet-analyzer/netdata: Disable automagic linking against json-c (diff)
downloadgentoo-8b27a56562c5942a4e6772a568922b5a7eb08c3f.tar.gz
gentoo-8b27a56562c5942a4e6772a568922b5a7eb08c3f.tar.bz2
gentoo-8b27a56562c5942a4e6772a568922b5a7eb08c3f.zip
media-libs/mesa: Add LLVM 10.* love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-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 de737e259d61..d530ead0300c 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -144,9 +144,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="9"
+LLVM_MAX_SLOT="10"
LLVM_DEPSTR="
|| (
+ sys-devel/llvm:10[${MULTILIB_USEDEP}]
sys-devel/llvm:9[${MULTILIB_USEDEP}]
sys-devel/llvm:8[${MULTILIB_USEDEP}]
sys-devel/llvm:7[${MULTILIB_USEDEP}]