sys-apps/systemd-utils: DEPEND on virtual/libcrypt[${MULTILIB_USEDEP}]

This is needed to satisfy the build system, but does not affect the
installed multilib artifacts (libudev).

This dependency was made optional after the 259 release.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2026-02-20 13:14:05 -05:00
parent 3f1cb82af8
commit 97801b387a

View File

@@ -32,7 +32,6 @@ REQUIRED_USE="
RESTRICT="!test? ( test )"
COMMON_DEPEND="
virtual/libcrypt:=
selinux? ( sys-libs/libselinux:0= )
tmpfiles? (
acl? ( sys-apps/acl:0= )
@@ -44,12 +43,14 @@ COMMON_DEPEND="
)
"
DEPEND="${COMMON_DEPEND}
virtual/libcrypt:=[${MULTILIB_USEDEP}]
>=sys-kernel/linux-headers-3.11
"
PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
RDEPEND="${COMMON_DEPEND}
virtual/libcrypt:=
boot? ( !<sys-boot/systemd-boot-250 )
ukify? (
${PYTHON_DEPS}