update_chroot: rebuild gentoolkit for Python 3 downgrades

Otherwise, rebuilding portage fails because gentoolkit with support
for Python 3 requires portage with support for Python 3, while this
would only rebuild portage for Python 2.
This commit is contained in:
David Michael 2017-07-25 18:38:10 -07:00
parent 3059c479e6
commit 1dd7ff3480

View File

@ -210,6 +210,7 @@ EMERGE_CMD="emerge"
# can cause serious issues later.
info "Updating basic system packages"
sudo -E ${EMERGE_CMD} --quiet "${EMERGE_FLAGS[@]}" \
app-portage/gentoolkit \
dev-util/ccache \
sys-apps/portage \
sys-devel/crossdev \