projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6865a
)
show_unsatisfied_dep: include ROOT if it's not /
author
Zac Medico
<zmedico@gentoo.org>
Fri, 26 Nov 2010 19:54:42 +0000
(11:54 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 26 Nov 2010 19:57:44 +0000
(11:57 -0800)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 8a645235ea16d9300cd22b10c2c389e196ac04c1..bc3c1028cb98df8c72e799e9fdea16daa9ed4e6f 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2201,6
+2201,8
@@
class depgraph(object):
xinfo = _unicode_decode('"%s"') % (myparent,)
# Discard null/ from failed cpv_expand category expansion.
xinfo = xinfo.replace("null/", "")
+ if root != "/":
+ xinfo = "%s for %s" % (xinfo, root)
masked_packages = []
missing_use = []
masked_pkg_instances = set()