Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 506412 | Differences between
and this patch

Collapse All | Expand All

(-)/var/package-manager/portage/media-libs/mesa/mesa-10.1.1.ebuild (-1 / +8 lines)
Lines 14-20 Link Here
14
PYTHON_COMPAT=( python{2_6,2_7} )
14
PYTHON_COMPAT=( python{2_6,2_7} )
15
15
16
inherit base autotools multilib multilib-minimal flag-o-matic \
16
inherit base autotools multilib multilib-minimal flag-o-matic \
17
	python-any-r1 toolchain-funcs ${GIT_ECLASS}
17
	python-any-r1 toolchain-funcs pax-utils ${GIT_ECLASS}
18
18
19
OPENGL_DIR="xorg-x11"
19
OPENGL_DIR="xorg-x11"
20
20
Lines 413-418 Link Here
413
}
413
}
414
414
415
multilib_src_test() {
415
multilib_src_test() {
416
	if use llvm; then
417
		local llvm_tests='lp_test_arit lp_test_arit lp_test_blend lp_test_blend lp_test_conv lp_test_conv lp_test_format lp_test_format lp_test_printf lp_test_printf'
418
		pushd src/gallium/drivers/llvmpipe >/dev/null || die
419
		emake ${llvm_tests}
420
		pax-mark m ${llvm_tests}
421
		popd >/dev/null || die
422
	fi
416
	emake check
423
	emake check
417
}
424
}
418
425

Return to bug 506412