commit: 0512c960bb1d9afde8701c640fdc5069d9b8dc50
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 13:43:09 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 10:31:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0512c960
scripts/bootstrap-prefix.sh: explicitly install gettext.
It is no longer a dependency of portage.
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
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" \