From: Zac Medico Date: Thu, 9 Apr 2009 17:51:23 +0000 (-0000) Subject: Remove --nocolor since it's been replaced by --color=n and the support code X-Git-Tag: v2.2_rc29~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a6226c74443d41d7cf2e2b4bc02e1e10aebd4b4;p=portage.git Remove --nocolor since it's been replaced by --color=n and the support code no longer exists. svn path=/main/trunk/; revision=13308 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index fc7b3e6ad..0802e6143 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -202,7 +202,7 @@ options=[ "--help", "--ignore-default-opts", "--keep-going", "--noconfmem", -"--newuse", "--nocolor", +"--newuse", "--nodeps", "--noreplace", "--nospinner", "--oneshot", "--onlydeps", "--pretend",