Increase --backtrack=50 for automatic dependency resolution.

This commit is contained in:
Kolan Sh 2023-01-24 03:57:17 +03:00
parent d7c63ad130
commit e25941f122
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then
if [ -f /etc/portage/need_world_rebuild ]; then
echo "======= STAGE $STAGE: rebuild @world ======="
source /etc/profile
emerge -1kev --keep-going=y @world
emerge -1kev --keep-going=y --backtrack=50 @world
[ 0 -ne $? ] && echo "Stage $STAGE: @world rebuild failed ;-( =======" && exit $STAGE
rm /etc/portage/need_world_rebuild
[ 0 -ne $? ] && echo "Stage $STAGE: cann't remove /etc/portage/need_world_rebuild ;-( =======" && exit $STAGE