From: Zac Medico Date: Mon, 24 Jun 2013 21:21:18 +0000 (-0700) Subject: repoman: re-use repoman_settings.repositories X-Git-Tag: v2.2.0_alpha185 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=824a889f79f6a685f7c05b0d2e812905a27d2fa9;p=portage.git repoman: re-use repoman_settings.repositories This avoids constructing a separate instance for each profile. --- diff --git a/bin/repoman b/bin/repoman index 457da097e..e5e6c8fc4 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2255,7 +2255,7 @@ for x in effective_scanlist: config_root=config_root, local_config=False, _unmatched_removal=options.unmatched_removal, - env=env) + env=env, repositories=repoman_settings.repositories) dep_settings.categories = repoman_settings.categories if options.without_mask: dep_settings._mask_manager_obj = \