summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-04-25 02:26:16 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-04-25 02:26:16 +0000
commite7a61d4c2e1f8660df0f6c686550c28793bd285a (patch)
tree3117915e258f810892c041b989f84580d198b2bd /scripts
parentuse sys-libs/zlib, not zlib (diff)
downloadhistorical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.tar.gz
historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.tar.bz2
historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.zip
new deps for new python
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 9824dac14141..e45009504387 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -71,6 +71,6 @@ emerge $myPORTAGE #separate, so that the next command uses the *new* emerge
emerge $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1
#make.conf has been overwritten, so we explicitly export our original settings
export USE="$ORIGUSE bootstrap"
-emerge $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1
+emerge $myPORTAGE $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1
#restore original make.conf
cleanup 0