projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a4e7b
)
Update the --skipfirst dropped packages warning to mention "masking"
author
Zac Medico
<zmedico@gentoo.org>
Sun, 1 Jun 2008 04:52:17 +0000
(
04:52
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index e78d3b9a76fd6552bc4fda9b729e1b134f021420..afb4974a45cf1b08e6dee736dc5641863d37f548 100755
(executable)
--- 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)