git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1241
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 31 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh:
+ We need to force USE=bindist on for building stages.
+
29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
modules/generic_stage_target.py:
Fixed livecd/volid by removing the string.join() from set_iso_volume_id()
# Setup our environment
export clst_buildpkgs="$(/tmp/build.py)"
export STAGE1_USE="$(portageq envvar STAGE1_USE)"
-export USE="-* build ${STAGE1_USE}"
+export USE="-* bindist build ${STAGE1_USE}"
export FEATURES="${clst_myfeatures} nodoc noman noinfo"
## Sanity check profile
# Setup the build environment
export FEATURES="${clst_myfeatures}"
-export USE="${USE} ${clst_HOSTUSE}"
+export USE="${USE} bindist ${clst_HOSTUSE}"
## START BUILD
# We need portage to be merged manually with USE="build" set to avoid frying