summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-17 23:53:21 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-17 23:53:49 +0200
commit676c2d9c7eddcda50edcd0d9b7c93bd5f56fc72c (patch)
tree0476f9bf7219f6ff8c3256c51a6f64bd3af56584 /sys-fs/udev/udev-9999.ebuild
parentapp-emulation/qemu: Fix USE=static (diff)
downloadgentoo-676c2d9c7eddcda50edcd0d9b7c93bd5f56fc72c.tar.gz
gentoo-676c2d9c7eddcda50edcd0d9b7c93bd5f56fc72c.tar.bz2
gentoo-676c2d9c7eddcda50edcd0d9b7c93bd5f56fc72c.zip
sys-fs/udev: Add missing virtual/libcrypt dependency
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r--sys-fs/udev/udev-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 889f61023243..9cb8cd5f731a 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -46,6 +46,7 @@ BDEPEND="
COMMON_DEPEND="
>=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}]
sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+ virtual/libcrypt:=[${MULTILIB_USEDEP}]
acl? ( sys-apps/acl )
kmod? ( >=sys-apps/kmod-15 )
selinux? ( >=sys-libs/libselinux-2.1.9 )