Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/qmail-ldap/
Date: Sat, 21 Sep 2019 14:49:32
Message-Id: 1569077348.5d038897caedbc002ac81e744fe9a0c7b3bee096.juippis@gentoo
1 commit: 5d038897caedbc002ac81e744fe9a0c7b3bee096
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Sep 8 19:38:14 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 14:49:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d038897
7
8 mail-mta/qmail-ldap: depend on groups from acct-group
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 mail-mta/qmail-ldap/qmail-ldap-1.03-r8.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/mail-mta/qmail-ldap/qmail-ldap-1.03-r8.ebuild b/mail-mta/qmail-ldap/qmail-ldap-1.03-r8.ebuild
17 index 18ef4a29475..f4eb6002eae 100644
18 --- a/mail-mta/qmail-ldap/qmail-ldap-1.03-r8.ebuild
19 +++ b/mail-mta/qmail-ldap/qmail-ldap-1.03-r8.ebuild
20 @@ -43,6 +43,8 @@ RESTRICT="test"
21
22 DEPEND="
23 !mail-mta/qmail
24 + acct-group/nofiles
25 + acct-group/qmail
26 net-nds/openldap
27 net-mail/queue-repair
28 ssl? ( dev-libs/openssl )