# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.301 2005/07/07 18:57:13 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.302 2005/07/07 19:57:17 wolf31o2 Exp $
+
+ 07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> modules/grp_target.py,
+ targets/grp/grp-chroot.sh:
+ Fix bindist invcation.
07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/grp/grp-chroot.sh:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.11 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.12 2005/07/07 19:57:17 wolf31o2 Exp $
"""
The builder class for GRP (Gentoo Reference Platform) builds.
def set_use(self):
generic_stage_target.set_use(self)
if self.settings.has_key("use"):
- self.settings["use"].append("bindlist")
+ self.settings["use"].append("bindist")
def set_mounts(self):
self.mounts.append("/tmp/grp")
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.19 2005/07/07 18:57:13 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.20 2005/07/07 19:57:17 wolf31o2 Exp $
. /tmp/chroot-functions.sh
unset DISTDIR
#don't grab MS core fonts, etc.
-export USE="${USE} ${clst_grp_use} bindist"
+export USE="${USE} ${clst_grp_use}"
if [ "${clst_grp_type}" = "pkgset" ]
then