# Pastebin 6lJEAoBx ```do_fetch[postfuncs] += "bootstrap_gclient" bootstrap_gclient() { export http_proxy=${http_proxy} export https_proxy=${https_proxy} # disable auto update export DEPOT_TOOLS_UPDATE=0 export PATH=${S}:$PATH export VPYTHON_VIRTUALENV_ROOT=${VPYTHON_VIRTUALENV_ROOT} # Required since depot_tools_config_dir will return a path based on XDG_CONFIG_HOME export XDG_CONFIG_HOME=${WORKDIR} cd ${S} gclient --version } ```