aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-01-12 15:50:26 -0800
committerZac Medico <zmedico@gentoo.org>2017-01-12 15:52:17 -0800
commit644ad0539ae9a6c2bea4aa57555e9a8f1a1e2b13 (patch)
tree7a2f84ac46c71273d51c78f3455fbc5a638cd07c /bin/save-ebuild-env.sh
parentbin/socks5-server.py: convert address from bytes to str (bug 604474) (diff)
downloadportage-644ad0539ae9a6c2bea4aa57555e9a8f1a1e2b13.tar.gz
portage-644ad0539ae9a6c2bea4aa57555e9a8f1a1e2b13.tar.bz2
portage-644ad0539ae9a6c2bea4aa57555e9a8f1a1e2b13.zip
bin/save-ebuild-env.sh: remove redundand unset of DISTCC_*
These variables are unset earlier by this code: # CCACHE and DISTCC config unset ${!CCACHE_*} ${!DISTCC_*}
Diffstat (limited to 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index ddef1fd4f..f0bf00130 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -95,7 +95,7 @@ __save_ebuild_env() {
# portage config variables and variables set directly by portage
unset ACCEPT_LICENSE BAD BRACKET BUILD_PREFIX COLS \
- DISTCC_DIR DISTCC_SOCKS5_PROXY DISTDIR DOC_SYMLINKS_DIR \
+ DISTDIR DOC_SYMLINKS_DIR \
EBUILD_FORCE_TEST EBUILD_MASTER_PID \
ECLASS_DEPTH ENDCOL FAKEROOTKEY \
GOOD HILITE HOME \