From 9be5d9ba5683e99a755a979ae43d7ed521ce7fd7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 22 Feb 2017 15:51:03 -0800 Subject: [PATCH] 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 385d8f390d7e..8cdbf45c37be 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) -- 2.26.2