Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10253 - main/branches/2.1.2/bin
Date: Thu, 08 May 2008 21:52:03
Message-Id: E1JuE1x-0004ox-G4@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-08 21:52:00 +0000 (Thu, 08 May 2008)
3 New Revision: 10253
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Bug #220987 - Fix UnboundLocalError for 'skip' that only occurs when
9 using alternate ROOT. Thanks to Ryan Tandy <tarpman@×××××.com>.
10 (trunk r10252)
11
12
13 Modified: main/branches/2.1.2/bin/emerge
14 ===================================================================
15 --- main/branches/2.1.2/bin/emerge 2008-05-08 21:51:29 UTC (rev 10252)
16 +++ main/branches/2.1.2/bin/emerge 2008-05-08 21:52:00 UTC (rev 10253)
17 @@ -4052,6 +4052,7 @@
18 # when necessary, as long as the atom will be satisfied
19 # in the final state.
20 graph_db = self.mydbapi[task.root]
21 + skip = False
22 try:
23 for atom in root_config.sets[
24 "world"].iterAtomsForPackage(task):
25
26 --
27 gentoo-commits@l.g.o mailing list