summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 6f79a5540..d5de770f3 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -7134,7 +7134,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None):
atoms = [dep]
if not vardb:
# called by repoman
- other.append((atoms, None, False))
+ other.append((atoms, None, True, True))
continue
all_available = True