From 801e22fae173d59c92199af0b26ce6c2b13c71fb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 30 Sep 2010 21:01:36 -0700 Subject: Fix broken/reversed order of portdbapi.porttrees. --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22