From: Zac Medico Date: Sat, 16 Dec 2006 02:14:13 +0000 (-0000) Subject: Make sure eapi is defined in order to prevent a NameError. X-Git-Tag: v2.1.2~293 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f82569e0707ed478dd3705f5e37c4a9edab91f7;p=portage.git Make sure eapi is defined in order to prevent a NameError. svn path=/main/trunk/; revision=5299 --- diff --git a/pym/portage.py b/pym/portage.py index d2c81798f..53b0a2c8a 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5683,6 +5683,7 @@ class portdbapi(dbapi): #we need to update this next line when we have fully integrated the new db api auxerr=0 keys = None + eapi = None aux_cache = self._gvisible_aux_cache.get(mycpv) if aux_cache is not None: keys, eapi = aux_cache