projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4c0b5
)
Fix RepoConfig.update() for missing_repo_name.
author
Sebastian Luther
<SebastianLuther@gmx.de>
Sun, 17 Oct 2010 00:05:25 +0000
(17:05 -0700)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/repository/config.py
b/pym/portage/repository/config.py
index 725d2a6920449b20deaf7eda5a69553a696e2599..102df5a2cdd8a8486bc23f54c3998e50e7e0c9c8 100644
(file)
--- a/
pym/portage/repository/config.py
+++ b/
pym/portage/repository/config.py
@@
-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: