Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: profiles/, media-libs/mesa/
Date: Mon, 30 Jan 2012 19:22:57
Message-Id: 088569b60fdb75ab39bf6025dc94b614b33a599a.mattst88@gentoo
1 commit: 088569b60fdb75ab39bf6025dc94b614b33a599a
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 19:22:33 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 30 19:22:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=088569b6
7
8 fix up wayland renames
9
10 ---
11 media-libs/mesa/mesa-8.0_rc1.ebuild | 2 +-
12 media-libs/mesa/mesa-9999.ebuild | 2 +-
13 profiles/package.mask | 2 +-
14 3 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-8.0_rc1.ebuild b/media-libs/mesa/mesa-8.0_rc1.ebuild
17 index 91c0646..e0e16a0 100644
18 --- a/media-libs/mesa/mesa-8.0_rc1.ebuild
19 +++ b/media-libs/mesa/mesa-8.0_rc1.ebuild
20 @@ -98,7 +98,7 @@ RDEPEND="${EXTERNAL_DEPEND}
21 >=x11-libs/libxcb-1.8
22 d3d? ( app-emulation/wine )
23 vdpau? ( >=x11-libs/libvdpau-0.4.1 )
24 - wayland? ( x11-base/wayland )
25 + wayland? ( dev-libs/wayland )
26 xvmc? ( x11-libs/libXvMC )
27 ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
28 "
29
30 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
31 index de1af38..6f2b7f7 100644
32 --- a/media-libs/mesa/mesa-9999.ebuild
33 +++ b/media-libs/mesa/mesa-9999.ebuild
34 @@ -99,7 +99,7 @@ RDEPEND="${EXTERNAL_DEPEND}
35 >=x11-libs/libxcb-1.8
36 d3d? ( app-emulation/wine )
37 vdpau? ( >=x11-libs/libvdpau-0.4.1 )
38 - wayland? ( x11-base/wayland )
39 + wayland? ( dev-libs/wayland )
40 xvmc? ( x11-libs/libXvMC )
41 ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
42 "
43
44 diff --git a/profiles/package.mask b/profiles/package.mask
45 index 4622e1e..4408375 100644
46 --- a/profiles/package.mask
47 +++ b/profiles/package.mask
48 @@ -1,4 +1,5 @@
49 # Don't let people install these accidentally
50 +=dev-libs/wayland-9999
51 =media-libs/mesa-9999
52 =x11-apps/mesa-progs-9999
53 =x11-apps/mkfontdir-9999
54 @@ -15,7 +16,6 @@
55 =x11-apps/xman-9999
56 =x11-apps/xrandr-9999
57 =x11-apps/xwininfo-9999
58 -=x11-base/wayland-9999
59 =x11-base/xorg-drivers-9999
60 =x11-base/xorg-server-9999
61 =x11-drivers/xf86-input-evdev-9999