diff --git a/update_chroot b/update_chroot index b9eff5847a..293d6bfef7 100755 --- a/update_chroot +++ b/update_chroot @@ -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 )