summaryrefslogtreecommitdiffstats
path: root/bin/egencache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/egencache')
-rwxr-xr-xbin/egencache6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/egencache b/bin/egencache
index 6d18f66e5..7a87bb62c 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -841,10 +841,8 @@ def egencache_main(args):
if options.portdir is not None:
env['PORTDIR'] = options.portdir
- eprefix = portage.const.EPREFIX
-
settings = portage.config(config_root=config_root,
- local_config=False, env=env, eprefix=eprefix)
+ local_config=False, env=env)
default_opts = None
if not options.ignore_default_opts:
@@ -857,7 +855,7 @@ def egencache_main(args):
env['PORTAGE_DEPCACHEDIR'] = options.cache_dir
settings = portage.config(config_root=config_root,
- local_config=False, env=env, eprefix=eprefix)
+ local_config=False, env=env)
if not options.update and not options.update_use_local_desc \
and not options.update_changelogs: