summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-30 21:01:36 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-30 21:01:36 -0700
commit801e22fae173d59c92199af0b26ce6c2b13c71fb (patch)
tree091ef56cc1d895d94771fda74d55e89986bcd891 /pym
parent59ede51f47708d737d165b64fb104a48c44a5aeb (diff)
downloadportage-801e22fae173d59c92199af0b26ce6c2b13c71fb.tar.gz
portage-801e22fae173d59c92199af0b26ce6c2b13c71fb.tar.bz2
portage-801e22fae173d59c92199af0b26ce6c2b13c71fb.zip
Fix broken/reversed order of portdbapi.porttrees.
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index d98479e29..c63053749 100644
--- 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