commit:     2fd7fa0f779c04af1eb72df71054a996544bbb32
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 16:18:10 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 17:11:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd7fa0f

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(-)

diff --git a/media-libs/mesa/mesa-13.0.5.ebuild 
b/media-libs/mesa/mesa-13.0.5.ebuild
index 83fa8ce7bd7..060c3b35617 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

Reply via email to