From 68d9b9468dd01c3fd397148f16392f75113f0925 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 6 Oct 2009 20:41:48 +0000 Subject: Bug #265267 - Add hint about --accept-properties=-interactive in the --jobs docs. svn path=/main/trunk/; revision=14508 --- pym/_emerge/help.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 5875cc29d..c0a6d01d5 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -374,7 +374,10 @@ def help(myopts, havecolor=1): "given without an argument, emerge will not " + \ "limit the number of jobs that " + \ "can run simultaneously. Also see " + \ - "the related --load-average option." + "the related --load-average option. " + \ + "Note that interactive packages currently force a setting " + \ + "of --jobs=1. This issue can be temporarily avoided " + \ + "by specifying --accept-properties=-interactive." for line in wrap(desc, desc_width): print(desc_indent + line) print() -- cgit v1.2.3-1-g7c22