# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.149 2005/01/13 22:57:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.150 2005/01/16 15:05:50 zhen Exp $
+
+ 16 Jan 2005; John Davis <zhen@gentoo.org> catalyst:
+ fix from pvdabeel@gentoo.org. patch fixes a small bug that caused grp to not
+ work when both -f and -C were used on the command line.
13 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.58 2005/01/11 14:10:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.59 2005/01/16 15:05:50 zhen Exp $
# Maintained in full by John Davis <zhen@gentoo.org>
# import the rest of the catalyst modules
targetmap=import_modules()
+ addlargs={}
+
if myspecfile:
- addlargs=do_spec(myspecfile)
+ addlargs.update(do_spec(myspecfile))
if mycmdline:
- addlargs=do_cli(mycmdline)
+ addlargs.update(do_cli(mycmdline))
# everything is setup, so the build is a go
try: