commit: 97801b387af7e96a8256ab1ebce118cf52c6ca85
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 20 18:14:05 2026 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 18:16:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97801b38
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 <AT> gentoo.org>
sys-apps/systemd-utils/systemd-utils-259.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-apps/systemd-utils/systemd-utils-259.1.ebuild
b/sys-apps/systemd-utils/systemd-utils-259.1.ebuild
index 1ccbb1fe8389..d482ec0d21b5 100644
--- a/sys-apps/systemd-utils/systemd-utils-259.1.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-259.1.ebuild
@@ -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}