summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-07 22:13:49 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-07 22:13:49 +0000
commitb2384f6328e87d449250cd89b9dbe2be7b3c33e1 (patch)
treea6105705f9ffbeb40c914d310fc91e8aa71d4abd /pym
parentRemove redundant quotes from PORTAGE_RSYNC_OPTS. (diff)
downloadportage-idfetch-b2384f6328e87d449250cd89b9dbe2be7b3c33e1.tar.gz
portage-idfetch-b2384f6328e87d449250cd89b9dbe2be7b3c33e1.tar.bz2
portage-idfetch-b2384f6328e87d449250cd89b9dbe2be7b3c33e1.zip
For bug #150377, make virtual preferences in a profile override the preferences of parent profiles.
svn path=/main/trunk/; revision=4615
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index eafaf46d..9fa2b4b6 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")