aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddhanth Rathod <xsiddhanthrathod@gmail.com>2023-03-05 00:59:28 +0530
committerSam James <sam@gentoo.org>2023-03-21 02:35:55 +0000
commit0431aa7db28e69af309a8175ec9e13a23439e2fa (patch)
treed8c9dd2dd4c653ff39a1352d82208a208931446b /bin/save-ebuild-env.sh
parentNEWS: add note re motivation for STREEBOG cleanup (pygost being yanked) (diff)
downloadportage-0431aa7db28e69af309a8175ec9e13a23439e2fa.tar.gz
portage-0431aa7db28e69af309a8175ec9e13a23439e2fa.tar.bz2
portage-0431aa7db28e69af309a8175ec9e13a23439e2fa.zip
emerge: respect NO_COLOR
Bug: https://bugs.gentoo.org/898224 Signed-off-by: Siddhanth Rathod <xsiddhanthrathod@gmail.com> Closes: https://github.com/gentoo/portage/pull/1003 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index eb57c9208..6dc0bf77f 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -93,7 +93,7 @@ __save_ebuild_env() {
ECLASS_DEPTH ENDCOL FAKEROOTKEY \
HOME \
LAST_E_CMD LAST_E_LEN LD_PRELOAD MISC_FUNCTIONS_ARGS MOPREFIX \
- NOCOLOR PKGDIR PKGUSE PKG_LOGDIR PKG_TMPDIR \
+ NOCOLOR NO_COLOR PKGDIR PKGUSE PKG_LOGDIR PKG_TMPDIR \
PORTAGE_BASHRC_FILES PORTAGE_BASHRCS_SOURCED \
PORTAGE_COLOR_BAD PORTAGE_COLOR_BRACKET PORTAGE_COLOR_ERR \
PORTAGE_COLOR_GOOD PORTAGE_COLOR_HILITE PORTAGE_COLOR_INFO \