summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-01 04:52:17 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-01 04:52:17 +0000
commit84ae6db5d151fe59eeae93dda3569439d8342500 (patch)
tree8209509f8b090bfbc11660b6bef00798d4ea83de
parentUpdate the UnsatisfiedResumeDep display to distinguish masked packages (diff)
downloadportage-multirepo-84ae6db5d151fe59eeae93dda3569439d8342500.tar.gz
portage-multirepo-84ae6db5d151fe59eeae93dda3569439d8342500.tar.bz2
portage-multirepo-84ae6db5d151fe59eeae93dda3569439d8342500.zip
Update the --skipfirst dropped packages warning to mention "masking"
in addition to unsatisfied dependencies. svn path=/main/branches/2.1.2/; revision=10534
-rwxr-xr-xbin/emerge3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index e78d3b9a..afb4974a 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)