diff options
-rw-r--r-- | pym/_emerge/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 076b2b007..60cb96e1d 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2593,14 +2593,6 @@ class depgraph(object): for db, pkg_type, built, installed, db_keys in dbs: if existing_node: break - if installed and not find_existing_node and \ - matched_packages: - # We only need to select an installed package in the - # following cases: - # 1) no available packages - # 2) available packages rejected for some reason - # such as --newuse - continue if hasattr(db, "xmatch"): cpv_list = db.xmatch("match-all", atom) else: |