We need to force USE=bindist on for building stages.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 31 Aug 2007 17:19:00 +0000 (17:19 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 31 Aug 2007 17:19:00 +0000 (17:19 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1241 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-chroot.sh
targets/stage3/stage3-chroot.sh

index 6a693f07f5026e312b897cc5b2f4c06d2a114f3e..e884d4de656ab9faac1d47830e5e1e88768898e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # 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()
index 69a51ba6cb515110bcc0bebef7a875c2a9919fb0..c6398c4c0df29e6ef76ce7db72eda4c61b6b4758 100755 (executable)
@@ -9,7 +9,7 @@ setup_myfeatures
 # 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
index 55393a131449e65292f33ceb29a1d1275f38a5f1..fd2351713da77e030ad3c0b895e3f73f75a3aa41 100755 (executable)
@@ -8,7 +8,7 @@ setup_myfeatures
 
 # 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