fix(catalyst): Add --with-bdeps=y to stage4 upgrade

By default emerge will not install build dependencies if it doesn't need
them (i.e. installing a binary package) but we want to make sure
everything gets included in stage4 no matter how it was installed.
This commit is contained in:
Michael Marineau 2013-06-21 19:54:50 -04:00
parent 7bf839c6fb
commit c77b595d66

View File

@ -3,4 +3,4 @@
source /tmp/chroot-functions.sh
echo "Double checking everything is fresh and happy."
run_merge -uDN world
run_merge -uDN --with-bdeps=y world