commit: a8ba559451c48a8bd5cca0ec3e30f5659fa9fa95 Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 00:55:10 2015 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Jul 2 00:55:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=a8ba5594
media-libs/mesa: Sync from main tree. The r300 hunk is fixing a mistake made in commit 97a8d669. media-libs/mesa/mesa-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index bc3aa0c..6f349fd 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS} @@ -66,7 +66,7 @@ REQUIRED_USE=" video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) - video_cards_r300? ( gallium ) + video_cards_r300? ( gallium llvm ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vmware? ( gallium ) @@ -263,7 +263,7 @@ multilib_src_configure() { " fi - # on abi_x86_32 hardened we need to have asm disable + # on abi_x86_32 hardened we need to have asm disable if [[ ${ABI} == x86* ]] && use pic; then myconf+=" --disable-asm" fi