commit: d9eb358d6802608eb16358b6efc394045876b196 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 18:29:33 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 18:30:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d9eb358d
bootstrap-prefix.sh: add libxcrypt to core package list We need to emerge libxcrypt before trying to install @world properly to avoid circular dependencies between libxcrypt, perl, and glibc. Bug: https://bugs.gentoo.org/817974 Signed-off-by: Sam James <sam <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 570ca048a7..59f286384b 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2010,6 +2010,7 @@ bootstrap_stage3() { pkgs=( sys-apps/attr sys-libs/libcap + sys-libs/libxcrypt ) BOOTSTRAP_RAP=yes \ USE="${USE} -pam" \
