From 0512c960bb1d9afde8701c640fdc5069d9b8dc50 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sat, 22 Dec 2018 21:43:09 +0800 Subject: scripts/bootstrap-prefix.sh: explicitly install gettext. It is no longer a dependency of portage. Signed-off-by: Benda Xu --- scripts/bootstrap-prefix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index b7f1815e52..24dfac2e61 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1827,6 +1827,7 @@ bootstrap_stage3() { # we need to lift our mask for that. (USE=ssl) pkgs=( virtual/os-headers + sys-devel/gettext sys-apps/portage ) USE="ssl" \ -- cgit v1.2.3-65-gdbad