summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-05 23:39:19 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-05 23:39:19 +0000
commitf018472f4b28f12f8c792bae7843ea3e6ea9f64f (patch)
tree0ec58e1c7e91d762f2d79bb3b3bd33837af515a2 /bin
parentAdd an optional 'categories' parameter to portdbapi.cp_all(), for listing (diff)
downloadportage-idfetch-f018472f4b28f12f8c792bae7843ea3e6ea9f64f.tar.gz
portage-idfetch-f018472f4b28f12f8c792bae7843ea3e6ea9f64f.tar.bz2
portage-idfetch-f018472f4b28f12f8c792bae7843ea3e6ea9f64f.zip
Fix deprecated reference to portdbapi.mysettings.
svn path=/main/trunk/; revision=15324
Diffstat (limited to 'bin')
-rwxr-xr-xbin/egencache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/egencache b/bin/egencache
index 78d2f1f5..13e7ced7 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -144,7 +144,7 @@ class GenCache(object):
consumer=self._metadata_callback,
max_jobs=max_jobs, max_load=max_load)
self.returncode = os.EX_OK
- metadbmodule = portdb.mysettings.load_best_module("portdbapi.metadbmodule")
+ metadbmodule = portdb.settings.load_best_module("portdbapi.metadbmodule")
self._trg_cache = metadbmodule(portdb.porttrees[0],
"metadata/cache", portage.auxdbkeys[:])
if rsync: