summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/depgraph.py4
1 files changed, 0 insertions, 4 deletions
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: