From: Zac Medico Date: Thu, 8 May 2008 21:52:00 +0000 (-0000) Subject: Bug #220987 - Fix UnboundLocalError for 'skip' that only occurs when X-Git-Tag: v2.1.5~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=268884f1ef39987f1c8b9f0354e6b5e819f3aaa3;p=portage.git 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 --- 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):