Update catalyst targets to reflect the change from STAGE1_USE to BOOTSTRAP_USE and...
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Fri, 18 Nov 2011 15:59:18 +0000 (14:59 -0100)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Fri, 18 Nov 2011 16:02:43 +0000 (15:02 -0100)
targets/stage1/stage1-chroot.sh
targets/support/chroot-functions.sh

index 550eef79bad419545c510380d6ca500b301161b7..dadd0f57cc2d4b19fbf849e8a32554f9ed01189e 100644 (file)
@@ -6,7 +6,7 @@ export clst_buildpkgs="$(/tmp/build.py)"
 source /tmp/chroot-functions.sh
 
 # Setup our environment
-STAGE1_USE="$(portageq envvar STAGE1_USE)"
+BOOTSTRAP0_USE="$(portageq envvar BOOTSTRAP_USE)"
 FEATURES="${clst_myfeatures} nodoc noman noinfo -news"
 
 ## Sanity check profile
@@ -31,8 +31,8 @@ make_destpath /tmp/stage1root
 
 # Now, we install our packages
 [ -e /etc/make.conf ] && \
-       echo "USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"" \
+       echo "USE=\"-* bindist build ${BOOTSTRAP_USE} ${clst_HOSTUSE}\"" \
        >> /etc/make.conf
 run_merge "--oneshot ${clst_buildpkgs}"
-sed -i "/USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
+sed -i "/USE=\"-* bindist build ${BOOTSTRAP_USE} ${clst_HOSTUSE}\"/d" \
        /etc/make.conf
index 1a44c92ff8e9b5ad1964d506c592db334b778328..277fdc210e58435acd3595048d883e6f76e07c3e 100644 (file)
@@ -291,7 +291,7 @@ show_debug() {
                # `set > /tmp/env_dump.${EBUILD_PHASE}` inside /etc/portage/bashrc
                # XXX: Also, portageq does *not* source profile.bashrc at any time.
                echo
-               echo "STAGE1_USE:            $(portageq envvar STAGE1_USE)"
+               echo "BOOTSTRAP_USE:            $(portageq envvar BOOTSTRAP_USE)"
                echo
                echo "USE (profile):         $(portageq envvar USE)"
                echo "FEATURES (profile):    $(portageq envvar FEATURES)"