From 448081272575c89029b1b63f30bb43c5b74d2cca Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Apr 2009 21:06:57 +0000 Subject: Set local_config=False in config constructor calls, since egencache is similar to repoman in the way that it's used to distribute something to other users and thus site-specific local configuration is irrelevant. svn path=/main/trunk/; revision=13323 --- bin/egencache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/egencache b/bin/egencache index 4103651d5..a9dc767b4 100755 --- a/bin/egencache +++ b/bin/egencache @@ -277,7 +277,7 @@ def egencache_main(args): env['PORTAGE_DEPCACHEDIR'] = options.cache_dir settings = portage.config(config_root=config_root, - target_root='/', env=env) + target_root='/', local_config=False, env=env) default_opts = None if not options.ignore_default_opts: @@ -293,7 +293,7 @@ def egencache_main(args): env['PORTAGE_DEPCACHEDIR'] = options.cache_dir settings = portage.config(config_root=config_root, - target_root='/', env=env) + target_root='/', local_config=False, env=env) if not options.update: parser.error('No action specified (--update ' + \ -- cgit v1.2.3-1-g7c22