# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.454 2005/12/13 22:23:23 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.455 2005/12/13 22:52:21 wolf31o2 Exp $
+
+ 13 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ examples/generic_stage_template.spec:
+ Changed example specs to match that cflags/cxxflags/chost/ldflags are now
+ only configurable when building a stage2 tarball, to match the current state
+ of portage. This is 2.0_rc9.
13 Dec 2005; Eric Edgar <rocket@gentoo.org>
targets/support/chroot-functions.sh:
#!/usr/bin/python
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.113 2005/12/09 22:38:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.114 2005/12/13 22:52:21 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import os,sys,imp,string,getopt
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc8"
+__version__="2.0_rc9"
conf_values={}
# portage_confdir: /etc/portage
portage_confdir:
-# These options are only available when building a stage1 target and are all
-# optional.
+# These options are only available when building a stage2 target and are all
+# optional. These allow for emulating the changes possible during a bootstrap.
+# If left blank, then the catalyst defaults from arch.py are used.
# This option is used to change the CHOST from what is default in the profile
# to whatever you specify. This is useful for building NPTL, for example.