From: Zac Medico Date: Tue, 30 Nov 2010 05:53:19 +0000 (-0800) Subject: depgraph: remove redundant IUSE check X-Git-Tag: v2.2.0_alpha7~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f08ea9e4275058413a1a9b68b821c9adf059cc4;p=portage.git depgraph: remove redundant IUSE check --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 4ccbaab18..858a9d46b 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2972,10 +2972,6 @@ class depgraph(object): continue if atom.use: - if pkg.iuse.get_missing_iuse(atom.use.required): - # Don't add this to packages_with_invalid_use_config - # since IUSE cannot be adjusted by the user. - continue matched_pkgs_ignore_use.append(pkg) if allow_use_changes: