update_chroot: Check also for a new blocker package name

The `dev-python/setuptools_scm` was renamed in first quarter of 2023
to `dev-python/setuptools-scm` (the underline was replaced with a
dash). To be safe, check for blockers with the new package name, just
in case.
This commit is contained in:
Krzesimir Nowak 2023-04-26 07:48:11 +02:00
parent 1d589ca9d8
commit 093dd589aa

View File

@ -248,7 +248,8 @@ info "Maybe removing some hard blocks"
# versions have !!<dev-python/setuptools_scm-2 in BDEPEND).
remove_hard_blocks \
sudo_e_emerge equery \
dev-python/setuptools_scm:2
dev-python/setuptools_scm:2 \
dev-python/setuptools-scm:2
# Second pass, update everything else.
EMERGE_FLAGS+=( --deep )