projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b03f056
)
Update the --skipfirst dropped packages warning to mention "masking"
author
Zac Medico
<zmedico@gentoo.org>
Sun, 1 Jun 2008 04:47:01 +0000
(
04:47
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 1 Jun 2008 04:47:01 +0000
(
04:47
-0000)
in addition to unsatisfied dependencies.
svn path=/main/trunk/; revision=10532
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index e73d3d6d063f2b4284366bc53e04a68bd2012f62..de9546de7055febc7d94ff04a4227158fbf25231 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-8483,7
+8483,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)