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
# 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
# `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)"