summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/repository/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index b035da111..60f800fbf 100644
--- 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: