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/netqmail/
Date: Sat, 21 Sep 2019 14:49:31
Message-Id: 1569077347.bd8859ca34b9bdef50f306268c25b0c1ad9370ba.juippis@gentoo
1 commit: bd8859ca34b9bdef50f306268c25b0c1ad9370ba
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Sep 8 19:37:38 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 14:49:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8859ca
7
8 mail-mta/netqmail: 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/netqmail/netqmail-1.06-r2.ebuild | 2 ++
14 mail-mta/netqmail/netqmail-1.06-r4.ebuild | 2 ++
15 mail-mta/netqmail/netqmail-1.06-r6.ebuild | 2 ++
16 3 files changed, 6 insertions(+)
17
18 diff --git a/mail-mta/netqmail/netqmail-1.06-r2.ebuild b/mail-mta/netqmail/netqmail-1.06-r2.ebuild
19 index 076e9266515..46b3fd42be7 100644
20 --- a/mail-mta/netqmail/netqmail-1.06-r2.ebuild
21 +++ b/mail-mta/netqmail/netqmail-1.06-r2.ebuild
22 @@ -43,6 +43,8 @@ RESTRICT="test"
23
24 DEPEND="
25 !mail-mta/qmail
26 + acct-group/nofiles
27 + acct-group/qmail
28 net-mail/queue-repair
29 ssl? ( dev-libs/openssl:0= )
30 sys-apps/groff
31
32 diff --git a/mail-mta/netqmail/netqmail-1.06-r4.ebuild b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
33 index aa64d3d57d5..94f87db2055 100644
34 --- a/mail-mta/netqmail/netqmail-1.06-r4.ebuild
35 +++ b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
36 @@ -43,6 +43,8 @@ RESTRICT="test"
37
38 DEPEND="
39 !mail-mta/qmail
40 + acct-group/nofiles
41 + acct-group/qmail
42 net-mail/queue-repair
43 ssl? (
44 !libressl? ( dev-libs/openssl:0= )
45
46 diff --git a/mail-mta/netqmail/netqmail-1.06-r6.ebuild b/mail-mta/netqmail/netqmail-1.06-r6.ebuild
47 index ccdc0866b46..5e427e137a6 100644
48 --- a/mail-mta/netqmail/netqmail-1.06-r6.ebuild
49 +++ b/mail-mta/netqmail/netqmail-1.06-r6.ebuild
50 @@ -48,6 +48,8 @@ RESTRICT="test"
51
52 DEPEND="
53 !mail-mta/qmail
54 + acct-group/nofiles
55 + acct-group/qmail
56 net-mail/queue-repair
57 ssl? (
58 !libressl? ( >=dev-libs/openssl-1.1:0= )