mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-updater: re-add blocker handling, they won't stabilize the fixed version...
This commit is contained in:
parent
066c559cf8
commit
1d4d566825
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue