public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15314 - main/trunk/pym/_emerge
@ 2010-02-02  2:27 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-02-02  2:27 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-02-02 02:27:02 +0000 (Tue, 02 Feb 2010)
New Revision: 15314

Modified:
   main/trunk/pym/_emerge/create_world_atom.py
Log:
Fix deprecated portdbapi.mysettings reference.


Modified: main/trunk/pym/_emerge/create_world_atom.py
===================================================================
--- main/trunk/pym/_emerge/create_world_atom.py	2010-02-01 23:57:55 UTC (rev 15313)
+++ main/trunk/pym/_emerge/create_world_atom.py	2010-02-02 02:27:02 UTC (rev 15314)
@@ -81,7 +81,7 @@
 			# System virtuals aren't safe to exclude from world since they can
 			# match multiple old-style virtuals but only one of them will be
 			# pulled in by update or depclean.
-			providers = portdb.mysettings.getvirtuals().get(
+			providers = portdb.settings.getvirtuals().get(
 				portage.dep_getkey(system_atom))
 			if providers and len(providers) == 1 and \
 				portage.dep_getkey(providers[0]) == cp:




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

only message in thread, other threads:[~2010-02-02  2:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-02  2:27 [gentoo-commits] portage r15314 - main/trunk/pym/_emerge 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