From: Zac Medico Date: Thu, 16 Nov 2006 04:54:51 +0000 (-0000) Subject: Add a note about removal of new-style virtuals in the depclean output. X-Git-Tag: v2.1.2~459 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c979abb9247423fa023bbfb2e28807c4425d01f;p=portage.git Add a note about removal of new-style virtuals in the depclean output. svn path=/main/trunk/; revision=5057 --- diff --git a/bin/emerge b/bin/emerge index 41ad34e76..7b01fa2cd 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3859,7 +3859,9 @@ def action_depclean(settings, trees, ldpath_mtimes, print warn_prefix + "be kept. They can be manually added to this set with" print warn_prefix + good("`emerge --noreplace `") + ". Packages that are listed in" print warn_prefix + "package.provided (see portage(5)) will be removed by" - print warn_prefix + "depclean, even if they are part of the world set." + print warn_prefix + "depclean, even if they are part of the world set. New-style" + print warn_prefix + "virtuals (virtual/* packages installed by older versions of" + print warn_prefix + "portage) will also be removed." print warn_prefix print warn_prefix + "As a safety measure, depclean will not remove any packages" print warn_prefix + "unless *all* required dependencies have been resolved. As a"