Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1304 - in trunk: . modules
Date: Thu, 14 Feb 2008 18:57:14
Message-Id: E1JPjGg-0008Js-KF@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-02-14 18:57:09 +0000 (Thu, 14 Feb 2008)
3 New Revision: 1304
4
5 Modified:
6 trunk/ChangeLog
7 trunk/catalyst
8 trunk/modules/generic_stage_target.py
9 Log:
10 Wow. I need to make sure that we actually comment comments in make.conf or we end up with a failed build. Thanks to Christian Heim <phreak@g.o> for pointing it out. This is catalyst 2.0.6_pre6 for testing.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2008-02-14 18:30:05 UTC (rev 1303)
15 +++ trunk/ChangeLog 2008-02-14 18:57:09 UTC (rev 1304)
16 @@ -1,6 +1,12 @@
17 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
18 # $Id: $
19
20 + 14 Feb 2008; Chris Gianelloni <wolf31o2@g.o> catalyst,
21 + modules/generic_stage_target.py:
22 + Wow. I need to make sure that we actually comment comments in make.conf or
23 + we end up with a failed build. Thanks to Christian Heim <phreak@g.o>
24 + for pointing it out. This is catalyst 2.0.6_pre6 for testing.
25 +
26 14 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
27 targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
28 targets/stage3/stage3-chroot.sh:
29
30 Modified: trunk/catalyst
31 ===================================================================
32 --- trunk/catalyst 2008-02-14 18:30:05 UTC (rev 1303)
33 +++ trunk/catalyst 2008-02-14 18:57:09 UTC (rev 1304)
34 @@ -8,7 +8,7 @@
35 import pdb
36
37 __maintainer__="Chris Gianelloni <wolf31o2@g.o>"
38 -__version__="2.0.6_pre5"
39 +__version__="2.0.6_pre6"
40
41 conf_values={}
42
43
44 Modified: trunk/modules/generic_stage_target.py
45 ===================================================================
46 --- trunk/modules/generic_stage_target.py 2008-02-14 18:30:05 UTC (rev 1303)
47 +++ trunk/modules/generic_stage_target.py 2008-02-14 18:57:09 UTC (rev 1304)
48 @@ -1071,7 +1071,7 @@
49 myusevars.extend(self.settings["use"])
50
51 if myusevars:
52 - myf.write("# These are the USE flags that were used in addition to what is provided by the\nprofile used for building.\n")
53 + myf.write("# These are the USE flags that were used in addition to what is provided by the\n# profile used for building.\n")
54 myusevars = sorted(set(myusevars))
55 myf.write('USE="'+string.join(myusevars)+'"\n')
56
57
58 --
59 gentoo-commits@l.g.o mailing list