commit:     0128745581148b035b7fa2cccd31dedc4c455a24
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 14:14:35 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 14:15:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01287455

media-libs/mesa: add missing "("

Fixes 75bd9ef ("media-libs/mesa: Do not depend on llvm if USE=-gallium")
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 92046ad35fa..c7bc203e38e 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -114,7 +114,6 @@ RDEPEND="
                >=dev-libs/wayland-protocols-1.8
        )
        
${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
-
        video_cards_intel? (
                !video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
        )
@@ -161,7 +160,7 @@ 
LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
 CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang}
 CLANG_DEPSTR_AMDGPU=${CLANG_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
 RDEPEND="${RDEPEND}
-       gallium?
+       gallium? (
                llvm? (
                        opencl? (
                                video_cards_r600? (

Reply via email to