From 268884f1ef39987f1c8b9f0354e6b5e819f3aaa3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 8 May 2008 21:52:00 +0000 Subject: Bug #220987 - Fix UnboundLocalError for 'skip' that only occurs when using alternate ROOT. Thanks to Ryan Tandy . (trunk r10252) svn path=/main/branches/2.1.2/; revision=10253 --- bin/emerge | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/emerge') diff --git a/bin/emerge b/bin/emerge index 4bfdac4e2..ec395c6d2 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4052,6 +4052,7 @@ class depgraph(object): # when necessary, as long as the atom will be satisfied # in the final state. graph_db = self.mydbapi[task.root] + skip = False try: for atom in root_config.sets[ "world"].iterAtomsForPackage(task): -- cgit v1.2.3-1-g7c22