summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/egencache4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/egencache b/bin/egencache
index 4103651d..a9dc767b 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 ' + \