summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-08-04 07:19:17 +0000
committerZac Medico <zmedico@gentoo.org>2009-08-04 07:19:17 +0000
commitc9fadf56915bad3d4f2a9982caa7b552559265a7 (patch)
tree329c3673852240817b934500dc13be59e619ca2b /pym
parent34f9b9553c00affb83f0423f37400b3cfc648694 (diff)
downloadportage-c9fadf56915bad3d4f2a9982caa7b552559265a7.tar.gz
portage-c9fadf56915bad3d4f2a9982caa7b552559265a7.tar.bz2
portage-c9fadf56915bad3d4f2a9982caa7b552559265a7.zip
Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack'
from r13888. svn path=/main/trunk/; revision=13892
Diffstat (limited to 'pym')
-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