Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Wed, 16 Nov 2011 04:02:55 +0000 (03:02 -0100)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Wed, 16 Nov 2011 04:03:43 +0000 (03:03 -0100)
targets/stage1/stage1-chroot.sh

index 74d36c9737625fb73613564b9f88171006710422..550eef79bad419545c510380d6ca500b301161b7 100644 (file)
@@ -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