From: Zac Medico Date: Wed, 19 Jun 2013 05:55:32 +0000 (-0700) Subject: RepoConfigLoader: initialize missing_repo_names X-Git-Tag: v2.2.0_alpha182~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac8951a0d1dff7f836d01d39026061ef8dd53bda;p=portage.git RepoConfigLoader: initialize missing_repo_names --- diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index 925a67852..de1e7bc59 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -524,6 +524,7 @@ class RepoConfigLoader(object): self.treemap = {} self._prepos_changed = True self._repo_location_list = () + self.missing_repo_names = frozenset() return # If PORTDIR_OVERLAY contains a repo with the same repo_name as