From a20093a6e5e747af9204433068ab54aa46c07432 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Tue, 21 Aug 2001 02:55:51 +0000 Subject: unmasked glibc-2.2.4, and the new gcc now depends on ~sys-devel/autoconf-2.13. --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-65-gdbad