summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-04-25 06:11:00 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-04-25 06:11:00 +0000
commit5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b (patch)
tree4a5b188d0c23117931a257f6ead76d6ce910005d /scripts/bootstrap.sh
parentUpdate w/ patch to allow nautilus to build with mozilla-1.0_rc1. Resolves bug... (diff)
downloadgentoo-2-5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b.tar.gz
gentoo-2-5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b.tar.bz2
gentoo-2-5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b.zip
Closing bug #2092
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index d692155c12f2..9824dac14141 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 $myPORTAGE || cleanup 1
+emerge $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1
#restore original make.conf
cleanup 0