# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ modules/generic_stage_target.py:
+ 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@gentoo.org>
+ for pointing it out. This is catalyst 2.0.6_pre6 for testing.
+
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
targets/stage3/stage3-chroot.sh:
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.6_pre5"
+__version__="2.0.6_pre6"
conf_values={}
myusevars.extend(self.settings["use"])
if myusevars:
- myf.write("# These are the USE flags that were used in addition to what is provided by the\nprofile used for building.\n")
+ myf.write("# These are the USE flags that were used in addition to what is provided by the\n# profile used for building.\n")
myusevars = sorted(set(myusevars))
myf.write('USE="'+string.join(myusevars)+'"\n')