From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8F871381F3 for ; Wed, 19 Jun 2013 05:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DBF6E08FC; Wed, 19 Jun 2013 05:55:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A25DE08FC for ; Wed, 19 Jun 2013 05:55:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5234933E5C4 for ; Wed, 19 Jun 2013 05:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A52FBE468F for ; Wed, 19 Jun 2013 05:55:49 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1371621332.ac8951a0d1dff7f836d01d39026061ef8dd53bda.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/repository/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/repository/config.py X-VCS-Directories: pym/portage/repository/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ac8951a0d1dff7f836d01d39026061ef8dd53bda X-VCS-Branch: master Date: Wed, 19 Jun 2013 05:55:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5d17a31-2a56-4fbf-a081-183c5373d40c X-Archives-Hash: 8656ecd8bd6ac0baefc606ba4eac61f8 commit: ac8951a0d1dff7f836d01d39026061ef8dd53bda Author: Zac Medico gentoo org> AuthorDate: Wed Jun 19 05:55:32 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jun 19 05:55:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ac8951a0 RepoConfigLoader: initialize missing_repo_names --- pym/portage/repository/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index 925a678..de1e7bc 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