diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-21 02:55:51 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-21 02:55:51 +0000 |
commit | f1b080e6416505a10cdd217c93950a78de964755 (patch) | |
tree | 7473cf6d16702d9dcb99dae5732d41904b3faf44 /scripts | |
parent | fixum (diff) | |
download | gentoo-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-x | scripts/bootstrap.sh | 2 |
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 |