From: Zac Medico Date: Tue, 2 Mar 2010 20:11:47 +0000 (-0000) Subject: Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate X-Git-Tag: v2.1.8~159 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d85a0230c6707d01c511d37adc5db7d067188b2;p=portage.git Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate with FEATURES=userpriv. (trunk r15332) svn path=/main/branches/2.1.7/; revision=15563 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index a090042af..e7667e131 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