Remove --with-bdeps=y for world upgrade

This commit is contained in:
Kolan Sh 2012-08-26 23:42:34 +04:00
parent ebb7d974d3
commit 4e6fcf119b
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ fi
if [ 12 -eq $STAGE ]; then
echo "======= STAGE $STAGE: @world upgrade ======="
echo 'Looking for necessity to upgrade @world packages...'
emerge -uDNqv --with-bdeps=y @world
emerge -uDNqv @world
[ 0 -ne $? ] && echo "Stage $STAGE: @world upgrade failed ;-( =======" && exit $STAGE
echo '------- Scanning for missed shared libraries -------'