summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index f6b8c39f58cc..b3a5e7a1268b 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -22,7 +22,7 @@ else
olduse="$USE"
unset=no
fi
-export USE="build bootstrap"
+export USE="build"
export CONFIG_PROTECT=""
#above allows portage to overwrite stuff
cd /usr/portage
@@ -36,7 +36,8 @@ then
else
export USE="$olduse"
fi
-export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap"
+# This line should no longer be required
+#export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap"
emerge $myGLIBC || exit
emerge $myGETTEXT || exit
emerge $myBINUTILS || exit