From: Zac Medico Date: Fri, 26 Nov 2010 19:54:42 +0000 (-0800) Subject: show_unsatisfied_dep: include ROOT if it's not / X-Git-Tag: v2.2.0_alpha6~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=08aaf2185ee403b18cd9f9009201475ea3f26ce6;p=portage.git show_unsatisfied_dep: include ROOT if it's not / --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 5727dc296..49e5db2b9 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2189,6 +2189,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()