From 42e53d601895515cb51fd7189b95d54154de877e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 8 Jan 2013 17:28:34 -0800 Subject: autounmask: tweak --autounmask-write suggestion --- pym/_emerge/depgraph.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- cgit v1.2.3-1-g7c22