commit: 548db392f9c084848066dab7dc814ab0f908d627 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 03:08:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 22 03:08:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548db392
net-mail/vchkuser: add missing libcrypt dependency Closes: https://bugs.gentoo.org/809191 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/vchkuser/{vchkuser-0.4.ebuild => vchkuser-0.4-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild similarity index 90% rename from net-mail/vchkuser/vchkuser-0.4.ebuild rename to net-mail/vchkuser/vchkuser-0.4-r1.ebuild index 93faf978ed0..d243ea09880 100644 --- a/net-mail/vchkuser/vchkuser-0.4.ebuild +++ b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,12 +15,14 @@ KEYWORDS="amd64 x86" IUSE="debug" DEPEND=" + dev-libs/libpcre net-mail/vpopmail + virtual/libcrypt:= || ( mail-mta/netqmail[qmail-spp] mail-mta/qmail-ldap[qmail-spp] )" -RDEPEND="" +RDEPEND="${DEPEND}" S="${WORKDIR}/hollow-${PN}-8a048f7"
