For bug #150377, make virtual preferences in a profile override the preferences of...
authorZac Medico <zmedico@gentoo.org>
Sat, 7 Oct 2006 22:13:49 +0000 (22:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Oct 2006 22:13:49 +0000 (22:13 -0000)
svn path=/main/trunk/; revision=4615

pym/portage.py

index eafaf46d3339bbed07da9551f1973eb3ba5e7636..9fa2b4b6c53dabaa02f360efc964a42b123c11a3 100644 (file)
@@ -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")