Remove --with-bdeps=y for world upgrade
This commit is contained in:
parent
ebb7d974d3
commit
4e6fcf119b
|
@ -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 -------'
|
||||
|
||||
|
|
Loading…
Reference in New Issue