I missed one place where HOSTUSE was being used incorrectly.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 29 Feb 2008 17:15:14 +0000 (17:15 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 29 Feb 2008 17:15:14 +0000 (17:15 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1346 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-chroot.sh

index 0956f6c9d2852582c8f8d2e150212181dc00d010..1c122fbeed20f173c44962c0541151b88d28408b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-chroot.sh:
+  I missed one place where HOSTUSE was being used incorrectly.
+
   29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
   targets/support/kmerge.sh:
   Escape the correct quote
index 186171d4727745929cf102b8527d6aad1269a2de..950659c6e05d0e8335c888204284f5bee86ba9ae 100755 (executable)
@@ -31,5 +31,5 @@ sed -i '/USE="${USE} -build"/d' /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" \
+sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
        /etc/make.conf