From: Zac Medico Date: Sun, 14 May 2006 06:24:44 +0000 (-0000) Subject: Make portdbapi obey self.depcachedir instead of using portage_const.DEPCACHE_PATH... X-Git-Tag: v2.1_rc2~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d54f7a31ea5c013048ee71225767560299596110;p=portage.git Make portdbapi obey self.depcachedir instead of using portage_const.DEPCACHE_PATH directly. svn path=/main/trunk/; revision=3347 --- diff --git a/pym/portage.py b/pym/portage.py index 09aec9786..c0f63861e 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -4736,7 +4736,7 @@ class portdbapi(dbapi): filtered_auxdbkeys = filter(lambda x: not x.startswith("UNUSED_0"), auxdbkeys) for x in self.porttrees: # location, label, auxdbkeys - self.auxdb[x] = self.auxdbmodule(portage_const.DEPCACHE_PATH, x, filtered_auxdbkeys, gid=portage_gid) + self.auxdb[x] = self.auxdbmodule(self.depcachedir, x, filtered_auxdbkeys, gid=portage_gid) def _init_cache_dirs(self): """Create /var/cache/edb/dep and adjust permissions for the portage