From: Zac Medico Date: Fri, 1 Oct 2010 04:01:36 +0000 (-0700) Subject: Fix broken/reversed order of portdbapi.porttrees. X-Git-Tag: v2.2_rc90~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=801e22fae173d59c92199af0b26ce6c2b13c71fb;p=portage.git Fix broken/reversed order of portdbapi.porttrees. --- 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