summaryrefslogtreecommitdiffstats
path: root/bin/egencache
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-09 22:13:29 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-09 22:13:29 -0800
commitb8a22d672a309976fcdc856269921a32414fdac5 (patch)
tree2ad6153d4e67a2c4c347e6bf06a8e10fbeb05fbd /bin/egencache
parent11a7448f1d5a0bfb38f8de9d66a8fa8d7118c877 (diff)
downloadportage-b8a22d672a309976fcdc856269921a32414fdac5.tar.gz
portage-b8a22d672a309976fcdc856269921a32414fdac5.tar.bz2
portage-b8a22d672a309976fcdc856269921a32414fdac5.zip
config: make eprefix constructor parameter public
Diffstat (limited to 'bin/egencache')
-rwxr-xr-xbin/egencache4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/egencache b/bin/egencache
index 532cc034c..6d18f66e5 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -844,7 +844,7 @@ def egencache_main(args):
eprefix = portage.const.EPREFIX
settings = portage.config(config_root=config_root,
- local_config=False, env=env, _eprefix=eprefix)
+ local_config=False, env=env, eprefix=eprefix)
default_opts = None
if not options.ignore_default_opts:
@@ -857,7 +857,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, eprefix=eprefix)
if not options.update and not options.update_use_local_desc \
and not options.update_changelogs: