From: Zac Medico Date: Mon, 12 May 2008 23:01:57 +0000 (-0000) Subject: Define the world_candidates variable earlier to make sure it's in scope. X-Git-Tag: v2.2_pre7~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c243d884e6405c869004ac393cc71165a5cd3be2;p=portage.git Define the world_candidates variable earlier to make sure it's in scope. svn path=/main/trunk/; revision=10313 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 9acfac207..42c7decbc 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -8286,6 +8286,7 @@ def action_build(settings, trees, mtimedb, if mergecount==0: sets = trees[settings["ROOT"]]["root_config"].sets + world_candidates = None if "--noreplace" in myopts and \ not oneshot and favorites: # Sets that are not world candidates are filtered