depgraph: remove redundant IUSE check
authorZac Medico <zmedico@gentoo.org>
Tue, 30 Nov 2010 05:53:19 +0000 (21:53 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 30 Nov 2010 05:53:19 +0000 (21:53 -0800)
pym/_emerge/depgraph.py

index 4ccbaab18fa5d3aae28cc3687ce62c51694dedfa..858a9d46ba1866a9516276c8d8db4023feef6589 100644 (file)
@@ -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: