From: Zac Medico Date: Tue, 9 Feb 2010 21:27:47 +0000 (-0000) Subject: Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate X-Git-Tag: v2.2_rc63~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdac7ce296a4f98e93fd3d24876a8a5b11437633;p=portage.git Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate with FEATURES=userpriv. svn path=/main/trunk/; revision=15332 --- 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