aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-11-16 03:02:55 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-11-16 03:04:04 -0100
commit1451d23137c29f47a5d003baef1e1b14343ccedb (patch)
tree1c05e62b404f499fe0cb5e12d32029373b19f796 /targets/stage1/stage1-chroot.sh
parentStop dropping /etc/portage on stage3 - bug 388283. (diff)
downloadcatalyst-1451d23137c29f47a5d003baef1e1b14343ccedb.tar.gz
catalyst-1451d23137c29f47a5d003baef1e1b14343ccedb.tar.bz2
catalyst-1451d23137c29f47a5d003baef1e1b14343ccedb.zip
Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701.
Diffstat (limited to 'targets/stage1/stage1-chroot.sh')
-rw-r--r--targets/stage1/stage1-chroot.sh4
1 files changed, 2 insertions, 2 deletions
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