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: Fri, 02 Aug 2013 13:20:32
Message-Id: 1375449615.025a7ebda925f0bc23b6a29e4ac0af84324f8558.chithead@gentoo
1 commit: 025a7ebda925f0bc23b6a29e4ac0af84324f8558
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 2 13:20:15 2013 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Fri Aug 2 13:20:15 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=025a7ebd
7
8 media-libs/mesa: raise libdrm and llvm dependencies
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index dc003fc..61b381b 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -77,7 +77,7 @@ REQUIRED_USE="
19 video_cards_vmware? ( gallium )
20 "
21
22 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.45"
23 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.46"
24 # keep correct libdrm and dri2proto dep
25 # keep blocks in rdepend for binpkg
26 RDEPEND="
27 @@ -125,7 +125,7 @@ DEPEND="${RDEPEND}
28 video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
29 )
30 opencl? (
31 - >=sys-devel/llvm-3.3[video_cards_radeon]
32 + >=sys-devel/llvm-3.3-r1[video_cards_radeon]
33 >=sys-devel/clang-3.3
34 >=sys-devel/gcc-4.6
35 )