From c77b595d66812801ad7179f7e0bafbc61fd9a4b2 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 21 Jun 2013 19:54:50 -0400 Subject: [PATCH] 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. --- lib/catalyst_stage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/catalyst_stage4.sh b/lib/catalyst_stage4.sh index 991bb05dad..e2b540a6d2 100644 --- a/lib/catalyst_stage4.sh +++ b/lib/catalyst_stage4.sh @@ -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