Fix HOSTUSE invocation on stage1, since we use -* at the beginning to disable profile...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 04:47:29 +0000 (04:47 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 04:47:29 +0000 (04:47 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1337 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-chroot.sh

index 8e035a89e9ffcf0a66935a6535a508814888a9eb..d1eaa71584b8a112f80e0a401c7c712d28b3c977 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-chroot.sh:
+  Fix HOSTUSE invocation on stage1, since we use -* at the beginning to
+  disable profile USE.
+
   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-chroot.sh, targets/support/kmerge.sh:
   OK, we have to escape our quotes, rather than use single quotes, or we don't
index 151a3637ad74a000623bbe27b879a5cd6577f33d..61cb92b49efa51073d4315b102488e294168beb7 100755 (executable)
@@ -28,7 +28,8 @@ run_merge "--oneshot --nodeps virtual/baselayout"
 sed -i '/USE="${USE} -build"/d' /etc/make.conf
 
 [ -e /etc/make.conf ] && \
-       echo "USE=\"-* bindist build ${STAGE1_USE} ${HOSTUSE}\"" >> /etc/make.conf
+       echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \
+       >> /etc/make.conf
 run_merge "--noreplace --oneshot --newuse ${clst_buildpkgs}"
 sed -i '/USE="-* bindist build ${STAGE1_USE} ${HOSTUSE}"/d' \
        /etc/make.conf