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.1.9.25~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c88d0f3e60db508ba91b3ac04363796dbc1aadcc;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 8a645235e..bc3c1028c 100644 --- 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()