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

Return to bug 269111