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: Thu, 02 Jul 2015 00:55:21
Message-Id: 1435798510.a8ba559451c48a8bd5cca0ec3e30f5659fa9fa95.mattst88@gentoo
1 commit: a8ba559451c48a8bd5cca0ec3e30f5659fa9fa95
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 2 00:55:10 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 00:55:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=a8ba5594
7
8 media-libs/mesa: Sync from main tree.
9
10 The r300 hunk is fixing a mistake made in commit 97a8d669.
11
12 media-libs/mesa/mesa-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index bc3aa0c..6f349fd 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
20 EXPERIMENTAL="true"
21 fi
22
23 -PYTHON_COMPAT=( python{2_6,2_7} )
24 +PYTHON_COMPAT=( python2_7 )
25
26 inherit autotools multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
27
28 @@ -66,7 +66,7 @@ REQUIRED_USE="
29 video_cards_radeon? ( || ( classic gallium ) )
30 video_cards_r100? ( classic )
31 video_cards_r200? ( classic )
32 - video_cards_r300? ( gallium )
33 + video_cards_r300? ( gallium llvm )
34 video_cards_r600? ( gallium )
35 video_cards_radeonsi? ( gallium llvm )
36 video_cards_vmware? ( gallium )
37 @@ -263,7 +263,7 @@ multilib_src_configure() {
38 "
39 fi
40
41 - # on abi_x86_32 hardened we need to have asm disable
42 + # on abi_x86_32 hardened we need to have asm disable
43 if [[ ${ABI} == x86* ]] && use pic; then
44 myconf+=" --disable-asm"
45 fi