summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2019-02-26 20:45:33 +0000
committerMatt Turner <mattst88@gentoo.org>2019-03-04 10:46:40 -0800
commit62b13b4765a400d408ec1616cb98905fc95720ea (patch)
tree244b9c670fa562a3d20597d781bc7f80676b3314
parentmedia-libs/libepoxy: Add python3_7 support. (diff)
downloadgentoo-62b13b4765a400d408ec1616cb98905fc95720ea.tar.gz
gentoo-62b13b4765a400d408ec1616cb98905fc95720ea.tar.bz2
gentoo-62b13b4765a400d408ec1616cb98905fc95720ea.zip
media-libs/mesa: Add llvm:9 support to mesa-9999
Allow mesa-9999 to compile with llvm:9 Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index f889058acb14..720e8a4c73f5 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -140,8 +140,10 @@ RDEPEND="${RDEPEND}
# 1. List all the working slots (with min versions) in ||, newest first.
# 2. Update the := to specify *max* version, e.g. < 7.
# 3. Specify LLVM_MAX_SLOT, e.g. 6.
+LLVM_MAX_SLOT="9"
LLVM_DEPSTR="
|| (
+ sys-devel/llvm:9[${MULTILIB_USEDEP}]
sys-devel/llvm:8[${MULTILIB_USEDEP}]
sys-devel/llvm:7[${MULTILIB_USEDEP}]
)