From: Zac Medico Date: Sat, 7 Oct 2006 22:13:49 +0000 (-0000) Subject: For bug #150377, make virtual preferences in a profile override the preferences of... X-Git-Tag: v2.1.2~690 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2384f6328e87d449250cd89b9dbe2be7b3c33e1;p=portage.git For bug #150377, make virtual preferences in a profile override the preferences of parent profiles. svn path=/main/trunk/; revision=4615 --- 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")