diff options
author | 2021-06-22 21:44:16 +0100 | |
---|---|---|
committer | 2021-06-22 21:54:03 +0100 | |
commit | 9d14aac93fabe41f7015abdf3267416b22744a14 (patch) | |
tree | 3235eb18721e9a860c98c935c8c3a37bccf85335 /sys-apps/systemd/systemd-9999.ebuild | |
parent | net-fs/samba: add virtual/libcrypt dependency (diff) | |
download | gentoo-9d14aac93fabe41f7015abdf3267416b22744a14.tar.gz gentoo-9d14aac93fabe41f7015abdf3267416b22744a14.tar.bz2 gentoo-9d14aac93fabe41f7015abdf3267416b22744a14.zip |
sys-apps/systemd: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration.
Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 3ff4f01859dd..a8e7949b207b 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0=" COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] sys-libs/libcap:0=[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] acl? ( sys-apps/acl:0= ) apparmor? ( sys-libs/libapparmor:0= ) audit? ( >=sys-process/audit-2:0= ) |