import portage
portage.proxy.lazyimport.lazyimport(globals(),
'portage.package.ebuild.config:check_config_instance,config',
+ 'portage.package.ebuild.doebuild:spawn@doebuild_spawn',
)
from portage import doebuild_environment, OrderedDict, os, prepare_build_dirs, selinux, _encodings, _shell_quote, _unicode_encode
ebuild_phase = mysettings.get("EBUILD_PHASE")
try:
mysettings["EBUILD_PHASE"] = "nofetch"
- spawn(_shell_quote(EBUILD_SH_BINARY) + \
+ doebuild_spawn(_shell_quote(EBUILD_SH_BINARY) + \
" nofetch", mysettings, fd_pipes=fd_pipes)
finally:
if ebuild_phase is None: