Increase --backtrack=50 for automatic dependency resolution.

This commit is contained in:
Kolan Sh 2023-01-19 04:01:07 +03:00
parent 771f6dc8a0
commit d7c63ad130
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ let STAGE_CNT++
if [ $STAGE_CNT -eq $STAGE ]; then
echo "======= STAGE $STAGE: @world upgrade ======="
echo 'Looking for necessity to upgrade @world packages...'
emerge -1uDNvt @world
emerge -1uDNvt --backtrack=50 @world
[ 0 -ne $? ] && echo "Stage $STAGE: @world upgrade failed ;-( =======" && exit $STAGE
let STAGE++