From: Zac Medico Date: Wed, 17 Jun 2009 20:05:03 +0000 (-0000) Subject: Add NOCOLOR to the environment whitelist. This fixes inappropriate colors X-Git-Tag: v2.2_rc34~187 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=100708075b372b500531f24500feb9303a785d6a;p=portage.git Add NOCOLOR to the environment whitelist. This fixes inappropriate colors produced by elog functions. Thanks to Luis F. Araujo for reporting. svn path=/main/trunk/; revision=13649 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 7eb9dd69d..cd8adbba4 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1065,7 +1065,7 @@ class config(object): "DISTDIR", "DOC_SYMLINKS_DIR", "EBUILD", "EBUILD_EXIT_STATUS_FILE", "EBUILD_FORCE_TEST", "EBUILD_PHASE", "ECLASSDIR", "ECLASS_DEPTH", "EMERGE_FROM", - "FEATURES", "FILESDIR", "HOME", "PATH", + "FEATURES", "FILESDIR", "HOME", "NOCOLOR", "PATH", "PKGDIR", "PKGUSE", "PKG_LOGDIR", "PKG_TMPDIR", "PORTAGE_ACTUAL_DISTDIR", "PORTAGE_ARCHLIST",