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

Collapse All | Expand All

(-)portage/eclass/python-utils-r1.eclass (-1 / +4 lines)
Lines 601-607 python_optimize() { Link Here
601
	for d; do
601
	for d; do
602
		# make sure to get a nice path without //
602
		# make sure to get a nice path without //
603
		local instpath=${d#${D}}
603
		local instpath=${d#${D}}
604
		instpath=/${instpath##/}
604
		while [[ ${instpath} == /* ]] ; do
605
			instpath=${instpath#/}
606
		done
607
		instpath=/${instpath}
605
608
606
		case "${EPYTHON}" in
609
		case "${EPYTHON}" in
607
			python*)
610
			python*)

Return to bug 465180