Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sat, 28 Mar 2015 19:51:42
Message-Id: 1427571184.11f0202d9ca79352223a56aa08a44df0533393a6.mattst88@gentoo
1 commit: 11f0202d9ca79352223a56aa08a44df0533393a6
2 Author: Nikoli <nikoli <AT> gmx <DOT> us>
3 AuthorDate: Sat Mar 28 19:33:04 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 19:33:04 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=11f0202d
7
8 media-libs/mesa: Don't depend on libelf for r600.
9
10 It's only needed for the LLVM backend (opencl or radeonsi).
11
12 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=542808
13
14 media-libs/mesa/mesa-9999.ebuild | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
18 index 1add486..ffec51d 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -98,10 +98,6 @@ RDEPEND="
22 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
23 >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
24 ) )
25 - video_cards_r600? ( || (
26 - >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
27 - >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
28 - ) )
29 !video_cards_r600? (
30 video_cards_radeon? ( || (
31 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]