summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-09 21:27:47 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-09 21:27:47 +0000
commitbdac7ce296a4f98e93fd3d24876a8a5b11437633 (patch)
tree7bbdb44f3ab4bd960cdd54d8f02603662dd888a2 /pym
parent0987a6105e9743b3fd9eaae516db37c598ddd6c6 (diff)
downloadportage-bdac7ce296a4f98e93fd3d24876a8a5b11437633.tar.gz
portage-bdac7ce296a4f98e93fd3d24876a8a5b11437633.tar.bz2
portage-bdac7ce296a4f98e93fd3d24876a8a5b11437633.zip
Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate
with FEATURES=userpriv. svn path=/main/trunk/; revision=15332
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 6d358f516..0879b9b9d 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -1468,7 +1468,7 @@ class config(object):
# misc variables inherited from the calling environment
_environ_filter += [
- "INFOPATH", "MANPATH",
+ "INFOPATH", "MANPATH", "USER",
]
# variables that break bash