From: Zac Medico Date: Tue, 7 Nov 2006 22:07:53 +0000 (-0000) Subject: For bug #154207, add a note about package.provided to the depclean warning message. X-Git-Tag: v2.1.2~489 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aab3f68888a023618c398999013826a51e336b2a;p=portage.git For bug #154207, add a note about package.provided to the depclean warning message. svn path=/main/trunk/; revision=4983 --- diff --git a/bin/emerge b/bin/emerge index 697e3124f..7ee863935 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3802,7 +3802,9 @@ def action_depclean(settings, trees, ldpath_mtimes, print warn_prefix + "Also study the list of packages to be cleaned for any obvious" print warn_prefix + "mistakes. Packages that are part of the world set will always" print warn_prefix + "be kept. They can be manually added to this set with" - print warn_prefix + good("`emerge --noreplace `") + "." + 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 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"