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 1QFQpH-0003nS-Mp for garchives@archives.gentoo.org; Thu, 28 Apr 2011 13:00:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C6BF1C00D; Thu, 28 Apr 2011 13:00:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 384DB1C00D for ; Thu, 28 Apr 2011 13:00:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0EB11B4052 for ; Thu, 28 Apr 2011 13:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A474980506 for ; Thu, 28 Apr 2011 13:00:01 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/help.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a35835dda585b128c8390ce87ec3b4ab6c8a0334 Date: Thu, 28 Apr 2011 13:00:01 +0000 (UTC) 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: X-Archives-Hash: 4702c9a60b63854b39ea0cbbb7707b37 commit: a35835dda585b128c8390ce87ec3b4ab6c8a0334 Author: Zac Medico gentoo org> AuthorDate: Thu Apr 28 12:58:35 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Apr 28 12:58:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da35835dd emerge: fix indent for --binpkg-respect-use help --- pym/_emerge/help.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index ffc81e9..a928a85 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -327,7 +327,7 @@ def help(myopts, havecolor=3D1): for line in wrap(desc, desc_width): print(desc_indent + line) print() - print(" " + green("--binpkg-respect-use") + " [ %s | %s ]" % \ + print(" " + green("--binpkg-respect-use") + " [ %s | %s ]" % \ (turquoise("y"), turquoise("n"))) desc =3D "Tells emerge to ignore binary packages if their use flags" += \ " don't match the current configuration. (default: 'n')"