? ebuild.sh-multilib-pkg Index: ebuild.sh =================================================================== RCS file: /var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v retrieving revision 1.201.2.23 diff -p -u -4 -r1.201.2.23 ebuild.sh --- ebuild.sh 6 Feb 2005 02:48:43 -0000 1.201.2.23 +++ ebuild.sh 8 Feb 2005 07:43:48 -0000 @@ -1597,9 +1597,9 @@ if [ "$*" != "depend" ] && [ "$*" != "cl if [ "$(id -nu)" == "portage" ] ; then export USER=portage fi - if hasq distcc ${FEATURES} &>/dev/null; then + if hasq distcc ${FEATURES} &> /dev/null && ! hasq nodistcc ${RESTRICT} &>/dev/null; then if [ -d /usr/lib/distcc/bin ]; then #We can enable distributed compile support if [ -z "${PATH/*distcc*/}" ]; then # Remove the other reference.