commit: b3df69e193924c6ddc08a6bf2f1fc747beac53da Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Dec 18 15:12:17 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Dec 18 15:12:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b3df69e1
scripts/bootstrap-prefix: pull in bzip2 and perl for libxcrypt on RAP Closes: https://bugs.gentoo.org/824926 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 539e67eaba..86bb28033c 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2463,6 +2463,8 @@ bootstrap_stage3() { pkgs=( sys-apps/attr sys-libs/libcap + sys-libs/zlib + app-arch/bzip2 sys-libs/libxcrypt ) BOOTSTRAP_RAP=yes \
