summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-01-08 17:28:34 -0800
committerZac Medico <zmedico@gentoo.org>2013-01-08 17:28:34 -0800
commit42e53d601895515cb51fd7189b95d54154de877e (patch)
treeaa6a4b18db1915302646cdaa9c7ec8c0aca9d40b
parent8f63eff2c75f8c64fa7ea56425a557d869a64f2f (diff)
downloadportage-42e53d601895515cb51fd7189b95d54154de877e.tar.gz
portage-42e53d601895515cb51fd7189b95d54154de877e.tar.bz2
portage-42e53d601895515cb51fd7189b95d54154de877e.zip
autounmask: tweak --autounmask-write suggestion
-rw-r--r--pym/_emerge/depgraph.py7
1 files 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)