From: Zac Medico Date: Thu, 30 Apr 2009 07:02:38 +0000 (-0000) Subject: Remove --nocolor since it's been replaced by --color=n and the support code X-Git-Tag: v2.1.6.12~94 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fb7f1faff3657b1a6045687bf1cfafbf3161203c;p=portage.git Remove --nocolor since it's been replaced by --color=n and the support code no longer exists. (trunk r13308) svn path=/main/branches/2.1.6/; revision=13479 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index d2031de10..2550577c7 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",