projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916736e
)
Handle user_location in RepoConfig.update().
author
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Oct 2010 18:38:27 +0000
(11:38 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Oct 2010 18:38:27 +0000
(11:38 -0700)
pym/portage/repository/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/repository/config.py
b/pym/portage/repository/config.py
index b035da111757fab7a34fd8bce62433a4cfb0126d..60f800fbfc1e01f0215aca31861f338644473c51 100644
(file)
--- a/
pym/portage/repository/config.py
+++ b/
pym/portage/repository/config.py
@@
-87,6
+87,8
@@
class RepoConfig(object):
self.masters = new_repo.masters
if new_repo.name is not None:
self.name = new_repo.name
+ if new_repo.user_location is not None:
+ self.user_location = new_repo.user_location
if new_repo.location is not None:
self.location = new_repo.location
if new_repo.priority is not None: