public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15557 - main/branches/2.1.7/bin
@ 2010-03-02 20:08 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 20:08 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-02 20:08:16 +0000 (Tue, 02 Mar 2010)
New Revision: 15557

Modified:
   main/branches/2.1.7/bin/egencache
Log:
Fix deprecated reference to portdbapi.mysettings. (trunk r15324)

Modified: main/branches/2.1.7/bin/egencache
===================================================================
--- main/branches/2.1.7/bin/egencache	2010-03-02 20:07:56 UTC (rev 15556)
+++ main/branches/2.1.7/bin/egencache	2010-03-02 20:08:16 UTC (rev 15557)
@@ -144,7 +144,7 @@
 			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:




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-02 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 20:08 [gentoo-commits] portage r15557 - main/branches/2.1.7/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox