diff options
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 7ddff92a9b3a..316a312eb417 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -98,7 +98,7 @@ export USE="$ORIGUSE bootstrap" emerge $myGLIBC $myBASELAYOUT $myTEXINFO $myGETTEXT $myZLIB $myBINUTILS $myGCC || cleanup 1 #ncurses-5.3 and up also build c++ bindings, so we need to rebuild it export USE="$ORIGUSE" -emerge $myNCURSES" +emerge $myNCURSES #restore original make.conf cleanup 0 |