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

(-)a/bin/phase-helpers.sh (-2 / +1 lines)
Lines 891-897 ___best_version_and_has_version_common() { Link Here
891
891
892
	case ${root_arg} in
892
	case ${root_arg} in
893
		"") if ___eapi_has_prefix_variables; then
893
		"") if ___eapi_has_prefix_variables; then
894
				root=${EROOT}
894
				root=${ROOT%/}${EPREFIX}/
895
			else
895
			else
896
				root=${ROOT}
896
				root=${ROOT}
897
			fi ;;
897
			fi ;;
898
- 

Return to bug 655860