From: Sebastian Luther Date: Tue, 25 May 2010 10:38:16 +0000 (+0200) Subject: _emerge.depgraph._show_unsatisfied_dep(): properly check if something belongs into... X-Git-Tag: v2.2_rc68~579 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c24d345efb7c966cc14c2ac0457356cda554ab4b;p=portage.git _emerge.depgraph._show_unsatisfied_dep(): properly check if something belongs into missing_use --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index ff561f7fa..a03f04aed 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2224,7 +2224,7 @@ class depgraph(object): mreasons = ["exclude option"] if mreasons: masked_pkg_instances.add(pkg) - if atom.use: + if atom.violated_conditionals(pkg.use.enabled).use: missing_use.append(pkg) if not mreasons: continue