summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-04 01:35:58 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-04 01:35:58 +0000
commita56e63cdc84895cac0342439799b1b2199d101ee (patch)
tree6810e810470de2490f2da525634c23fb40870a4f /pym
parent7962c0008ce24ea945b1ee38bcbd3096918d5dcc (diff)
downloadportage-a56e63cdc84895cac0342439799b1b2199d101ee.tar.gz
portage-a56e63cdc84895cac0342439799b1b2199d101ee.tar.bz2
portage-a56e63cdc84895cac0342439799b1b2199d101ee.zip
Add a note about --with-bdeps in the --depclean failure message.
svn path=/main/trunk/; revision=6162
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index cd96a6d3f..a291e73dc 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -4758,9 +4758,10 @@ def action_depclean(settings, trees, ldpath_mtimes,
print atom, "required by", " ".join(unresolveable[atom])
print
print "Have you forgotten to run " + good("`emerge --update --newuse --deep world`") + " prior to"
- print "depclean? It may also be necessary to manually uninstalled packages that no"
- print "longer exist in the portage tree since it may not be possible to satisfy their"
- print "dependencies."
+ print "depclean? It may be necessary to manually uninstall packages that no longer"
+ print "exist in the portage tree since it may not be possible to satisfy their"
+ print "dependencies. Also, be aware of the --with-bdeps option that is documented"
+ print "in " + good("`man emerge`") + "."
print
return