summaryrefslogtreecommitdiff
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
parentUse Atom.cp instead of dep_getkey(). (diff)
downloadportage-idfetch-bdac7ce296a4f98e93fd3d24876a8a5b11437633.tar.gz
portage-idfetch-bdac7ce296a4f98e93fd3d24876a8a5b11437633.tar.bz2
portage-idfetch-bdac7ce296a4f98e93fd3d24876a8a5b11437633.zip
Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate
with FEATURES=userpriv. svn path=/main/trunk/; revision=15332
-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 6d358f51..0879b9b9 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