Update --depclean 'unsatisfied deps' message to recommend the same emerge update
authorZac Medico <zmedico@gentoo.org>
Sun, 21 Dec 2008 04:20:12 +0000 (04:20 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 21 Dec 2008 04:20:12 +0000 (04:20 -0000)
command that's recommended earlier. Thanks to Jeremy Olexa <darkside@g.o> for
reporting.

svn path=/main/trunk/; revision=12271

pym/_emerge/__init__.py

index 16b353427ca3ccff48db1a355425aa40709fea49..da478e6d6482eb1cafc8f5219e2eaa18b3c5e13b 100644 (file)
@@ -12785,8 +12785,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")