update_chroot: Add a workaround for a package rename

This avoids SDK update failures due to conflicts.  It can be
reverted once SDKs have the new version built into them.
This commit is contained in:
David Michael 2018-10-25 20:22:35 +00:00
parent f9432f6702
commit ba7d7f1410

View File

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