summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-21 02:55:51 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-21 02:55:51 +0000
commitf1b080e6416505a10cdd217c93950a78de964755 (patch)
tree7473cf6d16702d9dcb99dae5732d41904b3faf44 /scripts
parentfixum (diff)
downloadgentoo-2-f1b080e6416505a10cdd217c93950a78de964755.tar.gz
gentoo-2-f1b080e6416505a10cdd217c93950a78de964755.tar.bz2
gentoo-2-f1b080e6416505a10cdd217c93950a78de964755.zip
unmasked glibc-2.2.4, and the new gcc now depends on ~sys-devel/autoconf-2.13.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 481718059a0a..6a5a8fb1681b 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -17,9 +17,9 @@ echo "Using GLIBC $myGLIBC"
export USE="build"
cd /usr/portage
emerge $myPORTAGE || exit
+emerge $myGETTEXT || exit
emerge $myBINUTILS || exit
emerge $myGCC || exit
-emerge $myGETTEXT || exit
unset USE
export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap"
emerge $myGLIBC || exit