From: Zac Medico Date: Tue, 4 Aug 2009 07:19:17 +0000 (-0000) Subject: Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack' X-Git-Tag: v2.2_rc36~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9fadf56915bad3d4f2a9982caa7b552559265a7;p=portage.git Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack' from r13888. svn path=/main/trunk/; revision=13892 --- 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