Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sat, 29 Oct 2011 03:57:46
Message-Id: beb5234f323d6e7f5ee2c0be80734c265f10073a.mattst88@gentoo
1 commit: beb5234f323d6e7f5ee2c0be80734c265f10073a
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 29 03:57:06 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 29 03:57:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=beb5234f
7
8 media-libs/mesa: r300 and r600 classic drivers have been removed
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 10 ++++------
12 1 files changed, 4 insertions(+), 6 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index 751a1d1..efe0511 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -66,6 +66,8 @@ REQUIRED_USE="
19 video_cards_i915? ( classic )
20 video_cards_r100? ( classic )
21 video_cards_r200? ( classic )
22 + video_cards_r300? ( gallium )
23 + video_cards_r600? ( gallium )
24 video_cards_vmware? ( gallium )
25 "
26
27 @@ -188,13 +190,9 @@ src_configure() {
28 # ATI code
29 driver_enable video_cards_r100 radeon
30 driver_enable video_cards_r200 r200
31 - driver_enable video_cards_r300 r300
32 - driver_enable video_cards_r600 r600
33 if ! use video_cards_r100 && \
34 - ! use video_cards_r200 && \
35 - ! use video_cards_r300 && \
36 - ! use video_cards_r600; then
37 - driver_enable video_cards_radeon radeon r200 r300 r600
38 + ! use video_cards_r200; then
39 + driver_enable video_cards_radeon radeon r200
40 fi
41 fi