Increase --backtrack=50 for automatic dependency resolution.
This commit is contained in:
parent
771f6dc8a0
commit
d7c63ad130
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue