Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: targets/stage1/
Date: Wed, 16 Nov 2011 04:05:24
Message-Id: ea9f59ed7e818159227355264d6810de2226cb74.jmbsvicetto@gentoo
1 commit: ea9f59ed7e818159227355264d6810de2226cb74
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 16 04:02:55 2011 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 16 04:03:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=ea9f59ed
7
8 Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701.
9
10 ---
11 targets/stage1/stage1-chroot.sh | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
15 index 74d36c9..550eef7 100644
16 --- a/targets/stage1/stage1-chroot.sh
17 +++ b/targets/stage1/stage1-chroot.sh
18 @@ -31,8 +31,8 @@ make_destpath /tmp/stage1root
19
20 # Now, we install our packages
21 [ -e /etc/make.conf ] && \
22 - echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \
23 + echo "USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"" \
24 >> /etc/make.conf
25 run_merge "--oneshot ${clst_buildpkgs}"
26 -sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
27 +sed -i "/USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
28 /etc/make.conf