Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vchkuser/
Date: Sun, 22 Aug 2021 03:17:25
Message-Id: 1629601725.548db392f9c084848066dab7dc814ab0f908d627.sam@gentoo
1 commit: 548db392f9c084848066dab7dc814ab0f908d627
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 03:08:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 03:08:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548db392
7
8 net-mail/vchkuser: add missing libcrypt dependency
9
10 Closes: https://bugs.gentoo.org/809191
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-mail/vchkuser/{vchkuser-0.4.ebuild => vchkuser-0.4-r1.ebuild} | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
17 similarity index 90%
18 rename from net-mail/vchkuser/vchkuser-0.4.ebuild
19 rename to net-mail/vchkuser/vchkuser-0.4-r1.ebuild
20 index 93faf978ed0..d243ea09880 100644
21 --- a/net-mail/vchkuser/vchkuser-0.4.ebuild
22 +++ b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -15,12 +15,14 @@ KEYWORDS="amd64 x86"
30 IUSE="debug"
31
32 DEPEND="
33 + dev-libs/libpcre
34 net-mail/vpopmail
35 + virtual/libcrypt:=
36 || (
37 mail-mta/netqmail[qmail-spp]
38 mail-mta/qmail-ldap[qmail-spp]
39 )"
40 -RDEPEND=""
41 +RDEPEND="${DEPEND}"
42
43 S="${WORKDIR}/hollow-${PN}-8a048f7"