Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Tue, 27 May 2014 15:09:17
Message-Id: 1401203360.115ae24399ccc564529db5b4936eb1520386298e.chithead@gentoo
1 commit: 115ae24399ccc564529db5b4936eb1520386298e
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 27 15:09:20 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Tue May 27 15:09:20 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=115ae243
7
8 media-libs/mesa: Drop llvm radeon backend requirement for opencl.
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index 8630de8..965bb55 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -149,7 +149,7 @@ DEPEND="${RDEPEND}
19 video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
20 )
21 opencl? (
22 - >=sys-devel/llvm-3.3-r3[video_cards_radeon,${MULTILIB_USEDEP}]
23 + >=sys-devel/llvm-3.3-r3[${MULTILIB_USEDEP}]
24 >=sys-devel/clang-3.3[${MULTILIB_USEDEP}]
25 >=sys-devel/gcc-4.6
26 )