--with-bdeps=y for @world upgrading.

This commit is contained in:
Kolan Sh 2013-12-02 14:37:05 +04:00
parent 9c3a9e0b00
commit 240d18d30f
1 changed files with 1 additions and 1 deletions

View File

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