commit: 508ad1b2f6bae9e14da77e156b66025e741133b1 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Sep 19 21:27:27 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 21:27:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508ad1b2
app-misc/vlock: add dependency on virtual/libcrypt Closes: https://bugs.gentoo.org/850373 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-misc/vlock/vlock-2.2.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/vlock/vlock-2.2.3-r2.ebuild b/app-misc/vlock/vlock-2.2.3-r2.ebuild index b980e22df4c0..d89685425bce 100644 --- a/app-misc/vlock/vlock-2.2.3-r2.ebuild +++ b/app-misc/vlock/vlock-2.2.3-r2.ebuild @@ -18,6 +18,7 @@ IUSE="pam selinux test" RESTRICT="!test? ( test )" COMMON_DEPEND=" + virtual/libcrypt:= !sys-apps/kbd[pam] pam? ( sys-libs/pam ) "
