diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-16 16:14:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-16 16:15:10 +0200 |
commit | 0128745581148b035b7fa2cccd31dedc4c455a24 (patch) | |
tree | bc3f30b92fda88cc6548a108ac3bed215c13f243 /media-libs/mesa | |
parent | Update metadata typos in 3 packages. (diff) | |
download | gentoo-0128745581148b035b7fa2cccd31dedc4c455a24.tar.gz gentoo-0128745581148b035b7fa2cccd31dedc4c455a24.tar.bz2 gentoo-0128745581148b035b7fa2cccd31dedc4c455a24.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 92046ad35fa2..c7bc203e38eb 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? ( |