Nail down crypt settings so musl stages also work

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-12-16 11:25:20 +01:00
parent f05ac79633
commit eb19d39bd9
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
4 changed files with 14 additions and 8 deletions

View file

@ -1,4 +1,5 @@
# we want crypt support within/provided by musl by default
# if we didn't have it we would need libxcrypt[system] already
# in stage1
sys-libs/musl crypt
# we need this here to make sure musl stages build
# note: tried building musl only with built-in crypt, but
# that leads to a dependency mess when emerge refuses to
# downgrade the libcrypt virtual...
sys-libs/musl -crypt

View file

@ -0,0 +1,2 @@
# we need this here to make sure musl stages build
sys-libs/libxcrypt system

View file

@ -1,4 +1,5 @@
# we want crypt support within/provided by musl by default
# if we didn't have it we would need libxcrypt[system] already
# in stage1
sys-libs/musl crypt
# we need this here to make sure musl stages build
# note: tried building musl only with built-in crypt, but
# that leads to a dependency mess when emerge refuses to
# downgrade the libcrypt virtual...
sys-libs/musl -crypt

View file

@ -0,0 +1,2 @@
# we need this here to make sure musl stages build
sys-libs/libxcrypt system