From f2b84992e811bfa6c87ccb334ed6399f2ed6c074 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 7 Jul 2009 08:52:08 +0000 Subject: =?UTF-8?q?Bug=20#276866=20-=20--binpkg-respect-use=20<=20y=20|=20?= =?UTF-8?q?n=20>=20Tells=20emerge=20to=20ignore=20binary=20packages=20if?= =?UTF-8?q?=20their=20use=20flags=20don't=20match=20the=20current=20config?= =?UTF-8?q?uration.=20(default:=20=C2=B4n=C2=B4)=20Thanks=20to=20Sebastian?= =?UTF-8?q?=20Mingramm=20(few)=20=20for=20this=20patch?= =?UTF-8?q?=20(small=20tweaks=20by=20me).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/trunk/; revision=13802 --- pym/_emerge/help.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pym/_emerge/help.py') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 34a4bda29..f78c2e0e0 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -249,6 +249,13 @@ def help(myopts, havecolor=1): print " to the prompt, so an accidental press of the \"Enter\" key at any" print " time prior to the prompt will be interpreted as a choice!" print + print " " + green("--binpkg-respect-use") + \ + " < " + turquoise("y") + " | " + turquoise("n") + " >" + desc = "Tells emerge to ignore binary packages if their use flags" + \ + " don't match the current configuration. (default: 'n')" + for line in wrap(desc, desc_width): + print desc_indent + line + print print " "+green("--buildpkg")+" ("+green("-b")+" short option)" desc = "Tells emerge to build binary packages for all ebuilds processed in" + \ " addition to actually merging the packages. Useful for maintainers" + \ -- cgit v1.2.3-1-g7c22