Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1346 - in trunk: . targets/stage1
Date: Fri, 29 Feb 2008 17:15:18
Message-Id: E1JV8pH-00060b-6H@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-02-29 17:15:14 +0000 (Fri, 29 Feb 2008)
3 New Revision: 1346
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/stage1/stage1-chroot.sh
8 Log:
9 I missed one place where HOSTUSE was being used incorrectly.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-29 16:33:30 UTC (rev 1345)
14 +++ trunk/ChangeLog 2008-02-29 17:15:14 UTC (rev 1346)
15 @@ -1,6 +1,10 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 29 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
20 + targets/stage1/stage1-chroot.sh:
21 + I missed one place where HOSTUSE was being used incorrectly.
22 +
23 29 Feb 2008; Andrew Gaffney <agaffney@g.o>
24 targets/support/kmerge.sh:
25 Escape the correct quote
26
27 Modified: trunk/targets/stage1/stage1-chroot.sh
28 ===================================================================
29 --- trunk/targets/stage1/stage1-chroot.sh 2008-02-29 16:33:30 UTC (rev 1345)
30 +++ trunk/targets/stage1/stage1-chroot.sh 2008-02-29 17:15:14 UTC (rev 1346)
31 @@ -31,5 +31,5 @@
32 echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \
33 >> /etc/make.conf
34 run_merge "--noreplace --oneshot --newuse ${clst_buildpkgs}"
35 -sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${HOSTUSE}\"/d" \
36 +sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
37 /etc/make.conf
38
39 --
40 gentoo-commits@l.g.o mailing list