From: Zac Medico Date: Sun, 1 Jun 2008 04:52:17 +0000 (-0000) Subject: Update the --skipfirst dropped packages warning to mention "masking" X-Git-Tag: v2.1.5.3~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84ae6db5d151fe59eeae93dda3569439d8342500;p=portage.git Update the --skipfirst dropped packages warning to mention "masking" in addition to unsatisfied dependencies. svn path=/main/branches/2.1.2/; revision=10534 --- diff --git a/bin/emerge b/bin/emerge index e78d3b9a7..afb4974a4 100755 --- a/bin/emerge +++ b/bin/emerge @@ -8429,7 +8429,8 @@ def action_build(settings, trees, mtimedb, if success: if dropped_tasks: portage.writemsg("!!! One or more packages have been " + \ - "dropped due to unsatisfied dependencies:\n\n", + "dropped due to\n" + \ + "!!! masking or unsatisfied dependencies:\n\n", noiselevel=-1) for task in dropped_tasks: portage.writemsg(" " + str(task) + "\n", noiselevel=-1)