Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13892 - main/trunk/pym/portage
Date: Tue, 04 Aug 2009 07:19:21
Message-Id: E1MYEIn-0002ci-SZ@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-08-04 07:19:17 +0000 (Tue, 04 Aug 2009)
3 New Revision: 13892
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack'
9 from r13888.
10
11
12 Modified: main/trunk/pym/portage/__init__.py
13 ===================================================================
14 --- main/trunk/pym/portage/__init__.py 2009-08-04 07:09:35 UTC (rev 13891)
15 +++ main/trunk/pym/portage/__init__.py 2009-08-04 07:19:17 UTC (rev 13892)
16 @@ -7134,7 +7134,7 @@
17 atoms = [dep]
18 if not vardb:
19 # called by repoman
20 - other.append((atoms, None, False))
21 + other.append((atoms, None, True, True))
22 continue
23
24 all_available = True