summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-22 04:08:45 +0100
committerSam James <sam@gentoo.org>2021-08-22 04:08:45 +0100
commit548db392f9c084848066dab7dc814ab0f908d627 (patch)
treea74abbb7eb5bb422b2f9fb6f58dcd097ca8e0efd /net-mail
parentdev-libs/libowfat: respect ar and ranlib settings from toolchain (diff)
downloadgentoo-548db392f9c084848066dab7dc814ab0f908d627.tar.gz
gentoo-548db392f9c084848066dab7dc814ab0f908d627.tar.bz2
gentoo-548db392f9c084848066dab7dc814ab0f908d627.zip
net-mail/vchkuser: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/809191 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/vchkuser/vchkuser-0.4-r1.ebuild (renamed from net-mail/vchkuser/vchkuser-0.4.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
index 93faf978ed0a..d243ea098800 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"