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: Sat, 01 Sep 2012 11:12:11
Message-Id: 1346497958.8aa5e79b16c092327c53347fb8d9878a098fb9f4.chithead@gentoo
1 commit: 8aa5e79b16c092327c53347fb8d9878a098fb9f4
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 11:12:38 2012 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sat Sep 1 11:12:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8aa5e79b
7
8 media-libs/mesa: raise libdrm and libxcb dependencies, bug #431966.
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 4 ++--
12 1 files 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 2c67290..e47374b 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -75,7 +75,7 @@ REQUIRED_USE="
19 video_cards_vmware? ( gallium )
20 "
21
22 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.34"
23 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.37"
24 # not a runtime dependency of this package, but dependency of packages which
25 # depend on this package, bug #342393
26 EXTERNAL_DEPEND="
27 @@ -97,7 +97,7 @@ RDEPEND="${EXTERNAL_DEPEND}
28 x11-libs/libXdamage
29 x11-libs/libXext
30 x11-libs/libXxf86vm
31 - >=x11-libs/libxcb-1.8
32 + >=x11-libs/libxcb-1.8.1
33 d3d? ( app-emulation/wine )
34 vdpau? ( >=x11-libs/libvdpau-0.4.1 )
35 wayland? ( dev-libs/wayland )