Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10850 - main/trunk/pym/portage
Date: Sun, 29 Jun 2008 15:08:44
Message-Id: E1KCyW6-0001xA-4E@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-06-29 15:08:37 +0000 (Sun, 29 Jun 2008)
3 New Revision: 10850
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Add EMERGE_FROM to the blacklisted vars in the config constructor.
9
10
11 Modified: main/trunk/pym/portage/__init__.py
12 ===================================================================
13 --- main/trunk/pym/portage/__init__.py 2008-06-29 14:51:05 UTC (rev 10849)
14 +++ main/trunk/pym/portage/__init__.py 2008-06-29 15:08:37 UTC (rev 10850)
15 @@ -1398,7 +1398,7 @@
16
17 # Blacklist vars that could interfere with portage internals.
18 for blacklisted in "CATEGORY", "EBUILD_PHASE", \
19 - "PKGUSE", "PORTAGE_CONFIGROOT", \
20 + "EMERGE_FROM", "PKGUSE", "PORTAGE_CONFIGROOT", \
21 "PORTAGE_IUSE", "PORTAGE_USE", "ROOT":
22 for cfg in self.lookuplist:
23 cfg.pop(blacklisted, None)
24
25 --
26 gentoo-commits@l.g.o mailing list