Fix RepoConfig.update() for missing_repo_name.
authorSebastian Luther <SebastianLuther@gmx.de>
Sun, 17 Oct 2010 00:05:25 +0000 (17:05 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 17 Oct 2010 00:05:25 +0000 (17:05 -0700)
This should fix bug #341299.

pym/portage/repository/config.py

index 725d2a6920449b20deaf7eda5a69553a696e2599..102df5a2cdd8a8486bc23f54c3998e50e7e0c9c8 100644 (file)
@@ -116,6 +116,7 @@ class RepoConfig(object):
                        self.masters = new_repo.masters
                if new_repo.name is not None:
                        self.name = new_repo.name
+                       self.missing_repo_name = new_repo.missing_repo_name
                if new_repo.user_location is not None:
                        self.user_location = new_repo.user_location
                if new_repo.location is not None: