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>
Sat, 4 Dec 2010 06:20:17 +0000 (22:20 -0800)
pym/_emerge/depgraph.py

index 730511995e24b05ef584f2e0625091fc0da66334..8462c0d62c907ac2fcdc7b2400b6960fbe567c13 100644 (file)
@@ -2942,10 +2942,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: