From 412509b716c41b2876c43440e43510fed5a0a0f8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 24 Apr 2006 08:56:43 +0000 Subject: Fix accidental usage of global settings instead of self. svn path=/main/trunk/; revision=3207 --- 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 27891b6e9..d0266bb5f 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1645,7 +1645,7 @@ class config: def thirdpartymirrors(self): profileroots = [os.path.join(self["PORTDIR"], "profiles")] - for x in settings["PORTDIR_OVERLAY"].split(): + for x in self["PORTDIR_OVERLAY"].split(): profileroots.insert(0, os.path.join(x, "profiles")) thirdparty_lists = [grabdict(os.path.join(x, "thirdpartymirrors")) for x in profileroots] return stack_dictlist(thirdparty_lists, incremental=True) -- cgit v1.2.3-1-g7c22