commit: 9be5d9ba5683e99a755a979ae43d7ed521ce7fd7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 23:51:03 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 23:52:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be5d9ba
media-libs/mesa: Use --enable-llvm instead of --enable-gallium-llvm.
Replaced upstream by commit b3b415609d06.
media-libs/mesa/mesa-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 385d8f390d..8cdbf45c37 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -232,7 +232,7 @@ multilib_src_configure() {
if use gallium; then
myconf+="
$(use_enable d3d9 nine)
- $(use_enable llvm gallium-llvm)
+ $(use_enable llvm)
$(use_enable openmax omx)
$(use_enable vaapi va)
$(use_enable vdpau)