Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-drivers/, media-libs/mesa/
Date: Sun, 08 Feb 2015 15:56:26
Message-Id: 1423407667.97a8d66992fe3b10795ecb578375fabbae7fe99e.chithanh@gentoo
1 commit: 97a8d66992fe3b10795ecb578375fabbae7fe99e
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 8 15:01:07 2015 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 8 15:01:07 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=97a8d669
7
8 x11-base/xorg-drivers: drop modesetting and v4l
9
10 modesetting is now part of xorg-server
11 v4l fails to build
12
13 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=539172
14
15 ---
16 media-libs/mesa/mesa-9999.ebuild | 2 +-
17 x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 5 +----
18 2 files changed, 2 insertions(+), 5 deletions(-)
19
20 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
21 index 3005cbf..2656e3e 100644
22 --- a/media-libs/mesa/mesa-9999.ebuild
23 +++ b/media-libs/mesa/mesa-9999.ebuild
24 @@ -80,7 +80,7 @@ REQUIRED_USE="
25 video_cards_radeon? ( || ( classic gallium ) )
26 video_cards_r100? ( classic )
27 video_cards_r200? ( classic )
28 - video_cards_r300? ( gallium llvm )
29 + video_cards_r300? ( gallium )
30 video_cards_r600? ( gallium )
31 video_cards_radeonsi? ( gallium llvm )
32 video_cards_vmware? ( gallium )
33
34 diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
35 index d4bf0b2..b32ecd8 100644
36 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
37 +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
38 @@ -46,7 +46,6 @@ IUSE_VIDEO_CARDS="
39 video_cards_intel
40 video_cards_mach64
41 video_cards_mga
42 - video_cards_modesetting
43 video_cards_neomagic
44 video_cards_nouveau
45 video_cards_nv
46 @@ -74,7 +73,6 @@ IUSE_VIDEO_CARDS="
47 video_cards_tga
48 video_cards_trident
49 video_cards_tseng
50 - video_cards_v4l
51 video_cards_vesa
52 video_cards_via
53 video_cards_virtualbox
54 @@ -118,7 +116,6 @@ PDEPEND="
55 video_cards_intel? ( x11-drivers/xf86-video-intel )
56 video_cards_mach64? ( x11-drivers/xf86-video-mach64 )
57 video_cards_mga? ( x11-drivers/xf86-video-mga )
58 - video_cards_modesetting? ( x11-drivers/xf86-video-modesetting )
59 video_cards_neomagic? ( x11-drivers/xf86-video-neomagic )
60 video_cards_nouveau? ( x11-drivers/xf86-video-nouveau )
61 video_cards_nv? ( x11-drivers/xf86-video-nv )
62 @@ -147,7 +144,6 @@ PDEPEND="
63 video_cards_tga? ( x11-drivers/xf86-video-tga )
64 video_cards_trident? ( x11-drivers/xf86-video-trident )
65 video_cards_tseng? ( x11-drivers/xf86-video-tseng )
66 - video_cards_v4l? ( x11-drivers/xf86-video-v4l )
67 video_cards_vesa? ( x11-drivers/xf86-video-vesa )
68 video_cards_via? ( x11-drivers/xf86-video-openchrome )
69 video_cards_virtualbox? ( x11-drivers/xf86-video-virtualbox )
70 @@ -162,4 +158,5 @@ PDEPEND="
71 !<=x11-drivers/xf86-video-ark-0.7.5
72 !<=x11-drivers/xf86-video-newport-0.2.4
73 !<=x11-drivers/xf86-video-sis-0.10.7
74 + !<=x11-drivers/xf86-video-v4l-0.2.0
75 "