From 2fd7fa0f779c04af1eb72df71054a996544bbb32 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 4 Mar 2017 08:18:10 -0800 Subject: media-libs/mesa: Drop building radv in 13.0.5. radv requires an unstable version of llvm (3.9). --- media-libs/mesa/mesa-13.0.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'media-libs/mesa') diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild index 83fa8ce7bd7c..060c3b35617d 100644 --- a/media-libs/mesa/mesa-13.0.5.ebuild +++ b/media-libs/mesa/mesa-13.0.5.ebuild @@ -56,8 +56,7 @@ REQUIRED_USE=" gles2? ( egl ) vaapi? ( gallium ) vdpau? ( gallium ) - vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) - video_cards_radeonsi? ( llvm ) ) + vulkan? ( video_cards_i965 ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) @@ -97,7 +96,6 @@ RDEPEND=" llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] - vulkan? ( >=sys-devel/llvm-3.9.0:0=[${MULTILIB_USEDEP}] ) ) >=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}] ) @@ -276,7 +274,9 @@ multilib_src_configure() { if use vulkan; then vulkan_enable video_cards_i965 intel - vulkan_enable video_cards_radeonsi radeon + + # radv is disabled due to dependence on >=llvm-3.9, bug 607660 + #vulkan_enable video_cards_radeonsi radeon fi # x86 hardened pax_kernel needs glx-rts, bug 240956 -- cgit v1.2.3-65-gdbad