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

Collapse All | Expand All

(-)egenix-mx-base.orig/egenix-mx-base-3.2.3.ebuild (+11 lines)
Lines 40-45 Link Here
40
	BASECFLAGS="${CFLAGS}" distutils_src_compile
40
	BASECFLAGS="${CFLAGS}" distutils_src_compile
41
}
41
}
42
42
43
src_test() {
44
	testing() {
45
		for test in $(find "build-${PYTHON_ABI}/" -name test.py)
46
		do
47
			PYTHONPATH="build-${PYTHON_ABI}/lib/" \
48
			"$(PYTHON)" ${test}
49
		done
50
	}
51
	python_execute_function testing
52
}
53
43
src_install() {
54
src_install() {
44
	distutils_src_install
55
	distutils_src_install
45
56

Return to bug 408571