From 5130142391785cf8336666b1bb4b8c00962e1a82 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 24 Jul 2008 22:16:20 +0000 Subject: * Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND fails. * Document that PORTAGE_IONICE_COMMAND can be disabled by setting it to an empty string. svn path=/main/trunk/; revision=11183 --- pym/_emerge/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/_emerge') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 6c25bafd3..cf43a9efe 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -12868,6 +12868,7 @@ def ionice(settings): if rval != os.EX_OK: out = portage.output.EOutput() out.eerror("PORTAGE_IONICE_COMMAND returned %d" % (rval,)) + out.eerror("See the make.conf(5) man page for PORTAGE_IONICE_COMMAND usage instructions.") def emerge_main(): global portage # NFC why this is necessary now - genone -- cgit v1.2.3-1-g7c22