Add a note about --with-bdeps in the --depclean failure message. (trunk r6161:6162)
authorZac Medico <zmedico@gentoo.org>
Sun, 4 Mar 2007 01:36:24 +0000 (01:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 4 Mar 2007 01:36:24 +0000 (01:36 -0000)
svn path=/main/branches/2.1.2/; revision=6163

bin/emerge

index 0bc8b2395d4fb227e48064cf8c5296042d8f535d..50138373c640f68084c49e28c70112bd39680dc8 100755 (executable)
@@ -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