From e32ddbb0b19dbe110faee7f516756e3753cdb270 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 7 Dec 2006 21:55:51 +0000 Subject: Share the same config instance between portagetree and portdbapi instances since clone isn't needed here. Also, trigger population of virtuals prior to cloning in emerge. This reduces the number of times the virtuals are populated from 3 to just 1. svn path=/main/trunk/; revision=5206 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 61bffdc96..9881d227d 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -4264,7 +4264,7 @@ class portagetree: self.portroot=settings["PORTDIR"] self.virtual=virtual self.dbapi = portdbapi( - settings["PORTDIR"], mysettings=config(clone=settings)) + settings["PORTDIR"], mysettings=settings) def dep_bestmatch(self,mydep): "compatibility method" -- cgit v1.2.3-1-g7c22