From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LryPN-0006Mz-Up for garchives@archives.gentoo.org; Thu, 09 Apr 2009 17:51:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E5FDE054A; Thu, 9 Apr 2009 17:51:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2EE6FE054A for ; Thu, 9 Apr 2009 17:51:25 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CC7226440C for ; Thu, 9 Apr 2009 17:51:24 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LryPM-0008G0-HY for gentoo-commits@lists.gentoo.org; Thu, 09 Apr 2009 17:51:24 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r13308 - main/trunk/pym/_emerge X-VCS-Repository: portage X-VCS-Revision: 13308 X-VCS-Files: main/trunk/pym/_emerge/__init__.py X-VCS-Directories: main/trunk/pym/_emerge X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Thu, 09 Apr 2009 17:51:24 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 08ea7597-8474-4df6-b16c-07a089266451 X-Archives-Hash: 9757818088dae6d188c24a5558d08fbc Author: zmedico Date: 2009-04-09 17:51:23 +0000 (Thu, 09 Apr 2009) New Revision: 13308 Modified: main/trunk/pym/_emerge/__init__.py Log: Remove --nocolor since it's been replaced by --color=3Dn and the support = code no longer exists. Modified: main/trunk/pym/_emerge/__init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/trunk/pym/_emerge/__init__.py 2009-04-09 17:40:05 UTC (rev 13307= ) +++ main/trunk/pym/_emerge/__init__.py 2009-04-09 17:51:23 UTC (rev 13308= ) @@ -202,7 +202,7 @@ "--help", "--ignore-default-opts", "--keep-going", "--noconfmem", -"--newuse", "--nocolor", +"--newuse", "--nodeps", "--noreplace", "--nospinner", "--oneshot", "--onlydeps", "--pretend",