Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234498
Collapse All | Expand All

(-)python-2.5.2-r6.ebuild.orig (-1 / +8 lines)
Lines 9-15 Link Here
9
9
10
EAPI=1
10
EAPI=1
11
11
12
inherit eutils autotools flag-o-matic python multilib versionator toolchain-funcs alternatives libtool
12
inherit eutils autotools flag-o-matic python multilib versionator \
13
toolchain-funcs alternatives libtool pax-utils
13
14
14
# we need this so that we don't depends on python.eclass
15
# we need this so that we don't depends on python.eclass
15
PYVER_MAJOR=$(get_major_version)
16
PYVER_MAJOR=$(get_major_version)
Lines 303-308 Link Here
303
	# http://bugs.python.org/issue756093
304
	# http://bugs.python.org/issue756093
304
	[[ ${ARCH} == "alpha" ]] && skip_tests="${skip_tests} pow"
305
	[[ ${ARCH} == "alpha" ]] && skip_tests="${skip_tests} pow"
305
306
307
	# test_ctypes fails with a Pax kernel
308
	
309
	if host-is-pax ; then
310
		skip_tests="${skip_tests} ctypes"
311
	fi
312
306
	for test in ${skip_tests} ; do
313
	for test in ${skip_tests} ; do
307
		mv "${S}"/Lib/test/test_${test}.py "${T}"
314
		mv "${S}"/Lib/test/test_${test}.py "${T}"
308
	done
315
	done

Return to bug 234498