Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15332 - main/trunk/pym/portage
Date: Tue, 09 Feb 2010 21:42:19
Message-Id: E1Nexca-00009f-Sx@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-02-09 21:27:47 +0000 (Tue, 09 Feb 2010)
3 New Revision: 15332
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Bug #298479 - Filter $USER from the ebuild environment since it's inaccurate
9 with FEATURES=userpriv.
10
11
12 Modified: main/trunk/pym/portage/__init__.py
13 ===================================================================
14 --- main/trunk/pym/portage/__init__.py 2010-02-09 03:50:36 UTC (rev 15331)
15 +++ main/trunk/pym/portage/__init__.py 2010-02-09 21:27:47 UTC (rev 15332)
16 @@ -1468,7 +1468,7 @@
17
18 # misc variables inherited from the calling environment
19 _environ_filter += [
20 - "INFOPATH", "MANPATH",
21 + "INFOPATH", "MANPATH", "USER",
22 ]
23
24 # variables that break bash