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

(-)distutils.eclass.old (-1 / +2 lines)
Lines 39-46 Link Here
39
}
39
}
40
40
41
distutils_src_install() {
41
distutils_src_install() {
42
	use ppc-macos && INSTALL_SCRIPTS="--install-scripts /usr/bin"
42
	if has_version ">=dev-lang/python-2.3"; then
43
	if has_version ">=dev-lang/python-2.3"; then
43
		${python} setup.py install --root=${D} --no-compile "$@" || die
44
		${python} setup.py install --root=${D} ${INSTALL_SCRIPTS} --no-compile "$@" || die
44
	else
45
	else
45
		${python} setup.py install --root=${D} "$@" || die
46
		${python} setup.py install --root=${D} "$@" || die
46
	fi		
47
	fi		

Return to bug 92216