Update --depclean 'unsatisfied deps' message to recommend the same emerge update
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:09:24 +0000 (01:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:09:24 +0000 (01:09 -0000)
command that's recommended earlier. Thanks to Jeremy Olexa <darkside@g.o> for
reporting. (trunk r12271)

svn path=/main/branches/2.1.6/; revision=12305

pym/_emerge/__init__.py

index 2baf4c05136fcf654d4a2bac8f507b20ae37b0ce..2fbd2d1a0696e01f572ecd1e1cf9f5d6b98cf188 100644 (file)
@@ -12613,8 +12613,8 @@ def action_depclean(settings, trees, ldpath_mtimes,
                                msg.append("    %s" % (parent,))
                                msg.append("")
                        msg.append("Have you forgotten to run " + \
-                               good("`emerge --update --newuse --deep world`") + " prior to")
-                       msg.append(("%s?  It may be necessary to manually " + \
+                               good("`emerge --update --newuse --deep @system @world`") + " prior")
+                       msg.append(("to %s? It may be necessary to manually " + \
                                "uninstall packages that no longer") % action)
                        msg.append("exist in the portage tree since " + \
                                "it may not be possible to satisfy their")