projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ede51
)
Fix broken/reversed order of portdbapi.porttrees.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Oct 2010 04:01:36 +0000
(21:01 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Oct 2010 04:01:36 +0000
(21:01 -0700)
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index d98479e29e6e37e7700f758d15b0e3fa7565380a..c63053749f9d2229f2cae87a9d0e7cf3fdfe68a2 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-103,7
+103,7
@@
class portdbapi(dbapi):
os.environ["SANDBOX_WRITE"] = \
":".join(filter(None, sandbox_write))
- self.porttrees = list(
reversed(self.settings.repositories.repoLocationList()
))
+ self.porttrees = list(
self.settings.repositories.repoLocationList(
))
self.eclassdb = eclass_cache.cache(self.settings.repositories.mainRepoLocation())
# This is used as sanity check for aux_get(). If there is no