diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 02:26:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 02:26:16 +0000 |
commit | e7a61d4c2e1f8660df0f6c686550c28793bd285a (patch) | |
tree | 3117915e258f810892c041b989f84580d198b2bd /scripts/bootstrap.sh | |
parent | use sys-libs/zlib, not zlib (diff) | |
download | historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.tar.gz historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.tar.bz2 historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.zip |
new deps for new python
Diffstat (limited to 'scripts/bootstrap.sh')
-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 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 |