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: Mon, 06 Mar 2017 21:06:54
Message-Id: 1488834381.430d112b8e4a475e3279c80f2f80a087a05c83a6.mattst88@gentoo
1 commit: 430d112b8e4a475e3279c80f2f80a087a05c83a6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 21:05:36 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 21:06:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430d112b
7
8 media-libs/mesa: Require virtual/libelf for r600+llvm.
9
10 Bug: https://bugs.gentoo.org/611732
11
12 media-libs/mesa/mesa-13.0.5.ebuild | 6 ++++++
13 media-libs/mesa/mesa-17.0.1.ebuild | 6 ++++++
14 media-libs/mesa/mesa-9999.ebuild | 6 ++++++
15 3 files changed, 18 insertions(+)
16
17 diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild
18 index 9b2276ac9b1..8aa4db9db5a 100644
19 --- a/media-libs/mesa/mesa-13.0.5.ebuild
20 +++ b/media-libs/mesa/mesa-13.0.5.ebuild
21 @@ -96,6 +96,12 @@ RDEPEND="
22 video_cards_radeonsi? (
23 virtual/libelf:0=[${MULTILIB_USEDEP}]
24 )
25 + video_cards_r600? (
26 + virtual/libelf:0=[${MULTILIB_USEDEP}]
27 + )
28 + video_cards_radeon? (
29 + virtual/libelf:0=[${MULTILIB_USEDEP}]
30 + )
31 >=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}]
32 )
33 nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] )
34
35 diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild
36 index 0b64e5b84bf..699313f62e6 100644
37 --- a/media-libs/mesa/mesa-17.0.1.ebuild
38 +++ b/media-libs/mesa/mesa-17.0.1.ebuild
39 @@ -101,6 +101,12 @@ RDEPEND="
40 sys-devel/llvm:4[${MULTILIB_USEDEP}]
41 >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) )
42 )
43 + video_cards_r600? (
44 + virtual/libelf:0=[${MULTILIB_USEDEP}]
45 + )
46 + video_cards_radeon? (
47 + virtual/libelf:0=[${MULTILIB_USEDEP}]
48 + )
49 || (
50 sys-devel/llvm:4[${MULTILIB_USEDEP}]
51 >=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}]
52
53 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
54 index eb7f52a7f46..15ce6d4cbd1 100644
55 --- a/media-libs/mesa/mesa-9999.ebuild
56 +++ b/media-libs/mesa/mesa-9999.ebuild
57 @@ -99,6 +99,12 @@ RDEPEND="
58 virtual/libelf:0=[${MULTILIB_USEDEP}]
59 vulkan? ( >=sys-devel/llvm-3.9.0:=[${MULTILIB_USEDEP}] )
60 )
61 + video_cards_r600? (
62 + virtual/libelf:0=[${MULTILIB_USEDEP}]
63 + )
64 + video_cards_radeon? (
65 + virtual/libelf:0=[${MULTILIB_USEDEP}]
66 + )
67 >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
68 )
69 opencl? (