From c9fadf56915bad3d4f2a9982caa7b552559265a7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 4 Aug 2009 07:19:17 +0000 Subject: Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack' from r13888. svn path=/main/trunk/; revision=13892 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22