projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4709a42
)
For bug #150377, make virtual preferences in a profile override the preferences of...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Oct 2006 22:13:49 +0000
(22:13 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Oct 2006 22:13:49 +0000
(22:13 -0000)
svn path=/main/trunk/; revision=4615
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index eafaf46d3339bbed07da9551f1973eb3ba5e7636..9fa2b4b6c53dabaa02f360efc964a42b123c11a3 100644
(file)
--- 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")