update_chroot: Work around dead cargo file conflicts

This commit is contained in:
David Michael 2018-11-14 21:09:52 +00:00
parent 41b71565d8
commit fceffdb660

View File

@ -234,7 +234,7 @@ if [ "${FLAGS_workon}" -eq "${FLAGS_TRUE}" ]; then
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 || :
sudo -E ${EMERGE_CMD} --rage-clean app-crypt/sbsigntool dev-util/cargo 2>/dev/null || :
# Second pass, update everything else.
EMERGE_FLAGS+=( --deep )