Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sat, 04 Mar 2017 17:11:20
Message-Id: 1488647470.2fd7fa0f779c04af1eb72df71054a996544bbb32.mattst88@gentoo
1 commit: 2fd7fa0f779c04af1eb72df71054a996544bbb32
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 16:18:10 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 17:11:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd7fa0f
7
8 media-libs/mesa: Drop building radv in 13.0.5.
9
10 radv requires an unstable version of llvm (3.9).
11
12 media-libs/mesa/mesa-13.0.5.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild
16 index 83fa8ce7bd7..060c3b35617 100644
17 --- a/media-libs/mesa/mesa-13.0.5.ebuild
18 +++ b/media-libs/mesa/mesa-13.0.5.ebuild
19 @@ -56,8 +56,7 @@ REQUIRED_USE="
20 gles2? ( egl )
21 vaapi? ( gallium )
22 vdpau? ( gallium )
23 - vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
24 - video_cards_radeonsi? ( llvm ) )
25 + vulkan? ( video_cards_i965 )
26 wayland? ( egl gbm )
27 xa? ( gallium )
28 video_cards_freedreno? ( gallium )
29 @@ -97,7 +96,6 @@ RDEPEND="
30 llvm? (
31 video_cards_radeonsi? (
32 virtual/libelf:0=[${MULTILIB_USEDEP}]
33 - vulkan? ( >=sys-devel/llvm-3.9.0:0=[${MULTILIB_USEDEP}] )
34 )
35 >=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}]
36 )
37 @@ -276,7 +274,9 @@ multilib_src_configure() {
38
39 if use vulkan; then
40 vulkan_enable video_cards_i965 intel
41 - vulkan_enable video_cards_radeonsi radeon
42 +
43 + # radv is disabled due to dependence on >=llvm-3.9, bug 607660
44 + #vulkan_enable video_cards_radeonsi radeon
45 fi
46
47 # x86 hardened pax_kernel needs glx-rts, bug 240956