From: Zac Medico Date: Wed, 9 Jan 2013 01:28:34 +0000 (-0800) Subject: autounmask: tweak --autounmask-write suggestion X-Git-Tag: v2.2.0_alpha150~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42e53d601895515cb51fd7189b95d54154de877e;p=portage.git autounmask: tweak --autounmask-write suggestion --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 428d41438..96ba87173 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -6680,9 +6680,10 @@ class depgraph(object): writemsg("\nAutounmask changes successfully written. Remember to run dispatch-conf.\n", \ noiselevel=-1) elif not pretend and not autounmask_write and roots: - writemsg("\nUse --autounmask-write to write changes to config files (honoring CONFIG_PROTECT). " + \ - "Always examine the list of proposed changes before continuing with --autounmask-write, " + \ - "as these changes may not be safe. \n", \ + writemsg("\nUse --autounmask-write to write changes to config files (honoring\n" + "CONFIG_PROTECT). Carefully examine the list of proposed changes,\n" + "paying special attention to mask or keyword changes that may expose\n" + "experimental or unstable packages.\n", noiselevel=-1)