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

Collapse All | Expand All

(-)python-2.6.2.ebuild (+6 lines)
Lines 66-71 Link Here
66
66
67
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
67
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
68
68
69
	if tc-is-cross-compiler ; then
70
		# Change setup.py to respect the PYTHON_SYSROOT environment variable.
71
		# By doing so, we are able to cross-compile the python modules!
72
		epatch "${FILESDIR}/python-2.6-cross-setup-sysroot.patch"
73
	fi
74
69
	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
75
	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
70
		Lib/distutils/command/install.py \
76
		Lib/distutils/command/install.py \
71
		Lib/distutils/sysconfig.py \
77
		Lib/distutils/sysconfig.py \

Return to bug 269111