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

(-)ebuild.sh (-1 / +1 lines)
Lines 1597-1605 if [ "$*" != "depend" ] && [ "$*" != "cl Link Here
1597
	if [ "$(id -nu)" == "portage" ] ; then
1597
	if [ "$(id -nu)" == "portage" ] ; then
1598
		export USER=portage
1598
		export USER=portage
1599
	fi
1599
	fi
1600
1600
1601
	if hasq distcc ${FEATURES} &>/dev/null; then
1601
	if hasq distcc ${FEATURES} &> /dev/null && ! hasq nodistcc ${RESTRICT} &>/dev/null; then
1602
		if [ -d /usr/lib/distcc/bin ]; then
1602
		if [ -d /usr/lib/distcc/bin ]; then
1603
			#We can enable distributed compile support
1603
			#We can enable distributed compile support
1604
			if [ -z "${PATH/*distcc*/}" ]; then
1604
			if [ -z "${PATH/*distcc*/}" ]; then
1605
				# Remove the other reference.
1605
				# Remove the other reference.

Return to bug 80894