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: Wed, 25 Jan 2017 23:14:31
Message-Id: 1485386057.5b9ac484a590ad52e5310a0fb258a2b3ee3113be.mattst88@gentoo
1 commit: 5b9ac484a590ad52e5310a0fb258a2b3ee3113be
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 22:53:46 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 23:14:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9ac484
7
8 media-libs/mesa: Drop bogus dependency on virtual/libelf.
9
10 This dates from a time when r600's GLSL backend could use LLVM, which
11 requires libelf.
12
13 media-libs/mesa/mesa-13.0.3.ebuild | 3 ---
14 media-libs/mesa/mesa-17.0.0_rc2.ebuild | 3 ---
15 media-libs/mesa/mesa-9999.ebuild | 3 ---
16 3 files changed, 9 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-13.0.3.ebuild b/media-libs/mesa/mesa-13.0.3.ebuild
19 index f539cdc..8b4dec3 100644
20 --- a/media-libs/mesa/mesa-13.0.3.ebuild
21 +++ b/media-libs/mesa/mesa-13.0.3.ebuild
22 @@ -97,9 +97,6 @@ RDEPEND="
23 x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
24 llvm? (
25 video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
26 - !video_cards_r600? (
27 - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
28 - )
29 >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
30 )
31 nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] )
32
33 diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
34 index 1df4dd0..6aec335 100644
35 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild
36 +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
37 @@ -97,9 +97,6 @@ RDEPEND="
38 x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
39 llvm? (
40 video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
41 - !video_cards_r600? (
42 - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
43 - )
44 >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
45 )
46 opencl? (
47
48 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
49 index b8ea0e0..3096064 100644
50 --- a/media-libs/mesa/mesa-9999.ebuild
51 +++ b/media-libs/mesa/mesa-9999.ebuild
52 @@ -97,9 +97,6 @@ RDEPEND="
53 x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
54 llvm? (
55 video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
56 - !video_cards_r600? (
57 - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
58 - )
59 >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
60 )
61 opencl? (