Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/
Date: Fri, 13 Sep 2019 06:21:51
Message-Id: 1568355636.2df4a52d583ad6a7233faf7601106e1a32bcc161.slyfox@gentoo
1 commit: 2df4a52d583ad6a7233faf7601106e1a32bcc161
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Fri Sep 6 19:35:42 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 06:20:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df4a52d
7
8 mail-mta/netqmail: require correct openssl version
9
10 Bug: https://bugs.gentoo.org/691670
11 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 mail-mta/netqmail/netqmail-1.06-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/mail-mta/netqmail/netqmail-1.06-r6.ebuild b/mail-mta/netqmail/netqmail-1.06-r6.ebuild
18 index f78baf94aac..f58a3c0abad 100644
19 --- a/mail-mta/netqmail/netqmail-1.06-r6.ebuild
20 +++ b/mail-mta/netqmail/netqmail-1.06-r6.ebuild
21 @@ -48,7 +48,7 @@ DEPEND="
22 !mail-mta/qmail
23 net-mail/queue-repair
24 ssl? (
25 - !libressl? ( dev-libs/openssl:0= )
26 + !libressl? ( >=dev-libs/openssl-1.1:0= )
27 libressl? ( dev-libs/libressl:= )
28 )
29 sys-apps/gentoo-functions