summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-04 01:36:24 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-04 01:36:24 +0000
commitaf8078aa9a5b168ebf40089142b441d8a7f31e34 (patch)
treefc7aa4e4e8094ece52b9aa610b7cd8dc2a85df02
parentFor bug #169187, make --depclean prune unneeded slots such that it is consist... (diff)
downloadportage-multirepo-af8078aa9a5b168ebf40089142b441d8a7f31e34.tar.gz
portage-multirepo-af8078aa9a5b168ebf40089142b441d8a7f31e34.tar.bz2
portage-multirepo-af8078aa9a5b168ebf40089142b441d8a7f31e34.zip
Add a note about --with-bdeps in the --depclean failure message. (trunk r6161:6162)
svn path=/main/branches/2.1.2/; revision=6163
-rwxr-xr-xbin/emerge7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/emerge b/bin/emerge
index 0bc8b239..50138373 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -4698,9 +4698,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