Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Tue, 03 Feb 2015 21:47:48
Message-Id: 1423000122.899630c4acc2264e1a24d089a2ed37fd65d12c73.mattst88@gentoo
1 commit: 899630c4acc2264e1a24d089a2ed37fd65d12c73
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 3 21:48:42 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 3 21:48:42 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=899630c4
7
8 media-libs/mesa: Add video_cards_r300? ( llvm ) to REQUIRED_USE.
9
10 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=538086
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index 2656e3e..3005cbf 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -80,7 +80,7 @@ REQUIRED_USE="
21 video_cards_radeon? ( || ( classic gallium ) )
22 video_cards_r100? ( classic )
23 video_cards_r200? ( classic )
24 - video_cards_r300? ( gallium )
25 + video_cards_r300? ( gallium llvm )
26 video_cards_r600? ( gallium )
27 video_cards_radeonsi? ( gallium llvm )
28 video_cards_vmware? ( gallium )