Update the --skipfirst dropped packages warning to mention "masking"
authorZac Medico <zmedico@gentoo.org>
Sun, 1 Jun 2008 04:52:17 +0000 (04:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 1 Jun 2008 04:52:17 +0000 (04:52 -0000)
in addition to unsatisfied dependencies.

svn path=/main/branches/2.1.2/; revision=10534

bin/emerge

index e78d3b9a76fd6552bc4fda9b729e1b134f021420..afb4974a45cf1b08e6dee736dc5641863d37f548 100755 (executable)
@@ -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)