summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2018-08-09 09:45:46 +0100
committerMichał Górny <mgorny@gentoo.org>2018-08-09 11:21:40 +0200
commitc9ba1e28ca21ab9fdcdba1327b3956f37dc92db8 (patch)
tree3f7e9aac7ed8861e6ab234a51fc9a0bf659672b9
parentdev-lang/mono: bump to next stable 5.14.0.177 (diff)
downloadgentoo-c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8.tar.gz
gentoo-c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8.tar.bz2
gentoo-c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8.zip
media-libs/mesa: Add support for llvm:8
This allows mesa-9999 to compile against llvm-9999 again Closes: https://github.com/gentoo/gentoo/pull/9423
-rw-r--r--media-libs/mesa/mesa-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index c62a1ac78530..48cf2cd6807d 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -145,6 +145,7 @@ RDEPEND="${RDEPEND}
# 3. Specify LLVM_MAX_SLOT, e.g. 6.
LLVM_DEPSTR="
|| (
+ sys-devel/llvm:8[${MULTILIB_USEDEP}]
sys-devel/llvm:7[${MULTILIB_USEDEP}]
sys-devel/llvm:6[${MULTILIB_USEDEP}]
sys-devel/llvm:5[${MULTILIB_USEDEP}]