summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-10-21 08:01:22 +0000
committerZac Medico <zmedico@gentoo.org>2008-10-21 08:01:22 +0000
commitf59b95610e0ebd34099ce0bd5509fddd8411ed46 (patch)
treed8f9a0c71e1c3ac8085bdac1daf37f4eaaa0f5d2 /pym/portage/__init__.py
parenta10c6c7e6118160f9599bae853aae04bc002e2d6 (diff)
downloadportage-f59b95610e0ebd34099ce0bd5509fddd8411ed46.tar.gz
portage-f59b95610e0ebd34099ce0bd5509fddd8411ed46.tar.bz2
portage-f59b95610e0ebd34099ce0bd5509fddd8411ed46.zip
Add PORTAGE_QUIET to the environment whitelist and filter it from the saved ebuild
environment. svn path=/main/trunk/; revision=11708
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index f02307c49..b780c4033 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -937,7 +937,8 @@ class config(object):
"PORTAGE_GID", "PORTAGE_INST_GID", "PORTAGE_INST_UID",
"PORTAGE_IUSE",
"PORTAGE_LOG_FILE", "PORTAGE_MASTER_PID",
- "PORTAGE_PYM_PATH", "PORTAGE_REPO_NAME", "PORTAGE_RESTRICT",
+ "PORTAGE_PYM_PATH", "PORTAGE_QUIET",
+ "PORTAGE_REPO_NAME", "PORTAGE_RESTRICT",
"PORTAGE_TMPDIR", "PORTAGE_UPDATE_ENV", "PORTAGE_WORKDIR_MODE",
"PORTDIR", "PORTDIR_OVERLAY", "PREROOTPATH", "PROFILE_PATHS",
"ROOT", "ROOTPATH", "STARTDIR", "T", "TMP", "TMPDIR",