summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 1ad8b15b6..f31a3f835 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -7204,6 +7204,8 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None):
preferred_in_graph.append(this_choice)
else:
other.append(this_choice)
+ else:
+ preferred_in_graph.append(this_choice)
else:
preferred_non_installed.append(this_choice)
else: