dest="cache_dir")
parser.add_option("--config-root",
help="location of portage config files",
- dest="config_root")
+ dest="portage_configroot")
parser.add_option("--jobs",
action="store",
help="max ebuild processes to spawn")
else:
options.load_average = None
+ options.config_root = options.portage_configroot
if options.config_root is not None and \
not os.path.isdir(options.config_root):
parser.error("Not a directory: --config-root='%s'" % \
.br
Defaults to /var/cache/edb/dep.
.TP
-.BR "\-\-config\-root=CONFIG_ROOT"
+.BR "\-\-config\-root=PORTAGE_CONFIGROOT"
Location of portage config files.
.br
Defaults to /.