From: Zac Medico Date: Tue, 14 Sep 2010 22:20:48 +0000 (-0700) Subject: Bug #336433 - Don't filter the DCCC_PATH variable from environment since X-Git-Tag: v2.2_rc82~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8d1bcd28c29802dc2bc1f7ac9d6df475ff4700d;p=portage.git Bug #336433 - Don't filter the DCCC_PATH variable from environment since that breaks distcc ebuilds. --- diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 950c917c6..2cb9a1663 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -545,7 +545,7 @@ save_ebuild_env() { TERM TERMCAP USER # other variables inherited from the calling environment - unset CVS_RSH DCCC_PATH ECHANGELOG_USER GPG_AGENT_INFO \ + unset CVS_RSH ECHANGELOG_USER GPG_AGENT_INFO \ SSH_AGENT_PID SSH_AUTH_SOCK STY WINDOW XAUTHORITY # CCACHE and DISTCC config