From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Wed, 16 Nov 2011 04:02:55 +0000 (-0100) Subject: Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701. X-Git-Tag: CATALYST-2.0.10~3^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1451d23137c29f47a5d003baef1e1b14343ccedb;p=catalyst.git Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701. --- diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 74d36c97..550eef79 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -31,8 +31,8 @@ make_destpath /tmp/stage1root # Now, we install our packages [ -e /etc/make.conf ] && \ - echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \ + echo "USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"" \ >> /etc/make.conf run_merge "--oneshot ${clst_buildpkgs}" -sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \ +sed -i "/USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \ /etc/make.conf