update_chroot: Drop old workarounds for package renames

This commit is contained in:
David Michael 2019-01-19 23:17:10 +00:00
parent 09b8493a2d
commit 449066f395

View File

@ -233,9 +233,6 @@ if [ "${FLAGS_workon}" -eq "${FLAGS_TRUE}" ]; then
done
fi
# XXX: Work around a rename; delete this after SDKs contain the new package.
sudo -E ${EMERGE_CMD} --rage-clean app-crypt/sbsigntool dev-util/cargo 2>/dev/null || :
# Second pass, update everything else.
EMERGE_FLAGS+=( --deep )
info "Updating all SDK packages"