commit: c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8 Author: Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk> AuthorDate: Thu Aug 9 08:45:46 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 9 09:21:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ba1e28
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 media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c62a1ac7853..48cf2cd6807 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}]
