From 6d7b3fff606367ac95839d5e59379b23704bd72c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 13 Apr 2007 04:13:42 +0000 Subject: Use a config instance that's not locked/immutable. svn path=/main/trunk/; revision=6383 --- pym/portage/dbapi/porttree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 11182d1c1..ad6ccc45a 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -700,8 +700,8 @@ class portdbapi(dbapi): match=1 uselist = [] if "?" in licenses: - self.mysettings.setcpv(mycpv, mydb=self) - uselist = self.mysettings.get("USE", "").split() + self.doebuild_settings.setcpv(mycpv, mydb=self) + uselist = self.doebuild_settings.get("USE", "").split() try: if self.mysettings.getMissingLicenses( licenses, mycpv, uselist): -- cgit v1.2.3-1-g7c22