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