From: Zac Medico Date: Sun, 21 Dec 2008 04:20:12 +0000 (-0000) Subject: Update --depclean 'unsatisfied deps' message to recommend the same emerge update X-Git-Tag: v2.2_rc19~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd6e1824c9b2061dff9fa615a17143b59475b447;p=portage.git Update --depclean 'unsatisfied deps' message to recommend the same emerge update command that's recommended earlier. Thanks to Jeremy Olexa for reporting. svn path=/main/trunk/; revision=12271 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 16b353427..da478e6d6 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -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")