From 449066f39538dd2b522280e7d3936dad60ec63e5 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 19 Jan 2019 23:17:10 +0000 Subject: [PATCH] update_chroot: Drop old workarounds for package renames --- update_chroot | 3 --- 1 file changed, 3 deletions(-) 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"