summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-12-22 21:43:09 +0800
committerBenda Xu <heroxbd@gentoo.org>2018-12-23 18:31:56 +0800
commit0512c960bb1d9afde8701c640fdc5069d9b8dc50 (patch)
tree5cebd722af0bed67f62ca3e4b931f92a50787d9e
parentscripts/bootstrap-prefix.sh: bootstrap with make-4.2.1 (diff)
downloadprefix-0512c960bb1d9afde8701c640fdc5069d9b8dc50.tar.gz
prefix-0512c960bb1d9afde8701c640fdc5069d9b8dc50.tar.bz2
prefix-0512c960bb1d9afde8701c640fdc5069d9b8dc50.zip
scripts/bootstrap-prefix.sh: explicitly install gettext.
It is no longer a dependency of portage. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh1
1 files changed, 1 insertions, 0 deletions
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" \