diff options
-rw-r--r-- | pym/_emerge/depgraph.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 2c3960808..6a04a7971 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -6540,7 +6540,6 @@ class _dep_check_composite_db(dbapi): if pkg is not None and \ atom.slot is None and \ - "--update" not in self._depgraph._frozen_config.myopts and \ pkg.cp.startswith("virtual/"): # For new-style virtual lookahead that occurs inside dep_check() # for bug #141118, examine all slots. This is needed so that newer |