Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 14 Oct 2021 18:30:34
Message-Id: 1634236222.d9eb358d6802608eb16358b6efc394045876b196.sam@gentoo
1 commit: d9eb358d6802608eb16358b6efc394045876b196
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 18:29:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 18:30:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d9eb358d
7
8 bootstrap-prefix.sh: add libxcrypt to core package list
9
10 We need to emerge libxcrypt before trying to install
11 @world properly to avoid circular dependencies
12 between libxcrypt, perl, and glibc.
13
14 Bug: https://bugs.gentoo.org/817974
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 scripts/bootstrap-prefix.sh | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
21 index 570ca048a7..59f286384b 100755
22 --- a/scripts/bootstrap-prefix.sh
23 +++ b/scripts/bootstrap-prefix.sh
24 @@ -2010,6 +2010,7 @@ bootstrap_stage3() {
25 pkgs=(
26 sys-apps/attr
27 sys-libs/libcap
28 + sys-libs/libxcrypt
29 )
30 BOOTSTRAP_RAP=yes \
31 USE="${USE} -pam" \