pentoo-updater: re-add blocker handling, they won't stabilize the fixed version...

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-05-15 16:45:19 -04:00
parent 066c559cf8
commit 1d4d566825
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -302,10 +302,10 @@ fi
#before we begin main installs, let's remove what may need removing
#handle hard blocks here, and like this
#removeme=$(portageq match / '<dev-python/setuptools_scm-3')
#if [ -n "${removeme}" ]; then
# emerge -C "=${removeme}"
#fi
removeme=$(portageq match / '<dev-python/setuptools_scm-3')
if [ -n "${removeme}" ]; then
emerge -C "=${removeme}"
fi
#main upgrades start here
if [ -n "${clst_target}" ]; then