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

Collapse All | Expand All

(-)mercurial-2.5.2.ebuild (-7 / +1 lines)
Lines 37-54 Link Here
37
	distutils-r1_python_prepare_all
37
	distutils-r1_python_prepare_all
38
}
38
}
39
39
40
# XXX: temporary, needed to get ${PYTHON} set
41
# https://bugs.gentoo.org/show_bug.cgi?id=460016
42
python_configure() {
43
	:
44
}
45
46
python_configure_all() {
40
python_configure_all() {
47
	strip-flags -ftracer -ftree-vectorize
41
	strip-flags -ftracer -ftree-vectorize
48
	# Note: make it impl-conditional if py3 is supported
42
	# Note: make it impl-conditional if py3 is supported
49
	append-flags -fno-strict-aliasing
43
	append-flags -fno-strict-aliasing
50
44
51
	"${PYTHON:-python}" setup.py build_mo || die
45
	"${PYTHON}" setup.py build_mo || die
52
}
46
}
53
47
54
python_compile_all() {
48
python_compile_all() {

Return to bug 460020