From b2384f6328e87d449250cd89b9dbe2be7b3c33e1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Oct 2006 22:13:49 +0000 Subject: For bug #150377, make virtual preferences in a profile override the preferences of parent profiles. svn path=/main/trunk/; revision=4615 --- pym/portage.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index eafaf46d3..9fa2b4b6c 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1731,7 +1731,6 @@ class config: # 5. profile self.dirVirtuals = [grabdict(os.path.join(x, "virtuals")) for x in myvirtdirs] - self.dirVirtuals.reverse() if self.user_profile_dir and os.path.exists(self.user_profile_dir+"/virtuals"): self.userVirtuals = grabdict(self.user_profile_dir+"/virtuals") -- cgit v1.2.3-1-g7c22