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: Wed, 30 Dec 2020 17:01:50
Message-Id: 1609347682.2d3cca9da5654e776df42f693fbaae0b24613b6d.slyfox@gentoo
1 commit: 2d3cca9da5654e776df42f693fbaae0b24613b6d
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Dec 30 17:00:23 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 17:01:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3cca9d
7
8 mail-mta/netqmail: remove broken USE=libressl
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 mail-mta/netqmail/netqmail-1.06-r14.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild
17 index af1fe14bd12..242a543c073 100644
18 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild
19 +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild
20 @@ -42,7 +42,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz
21 LICENSE="public-domain"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
24 -IUSE="authcram gencertdaily highvolume libressl pop3 qmail-spp ssl vanilla"
25 +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl vanilla"
26 REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )"
27 RESTRICT="test"
28
29 @@ -60,10 +60,7 @@ DEPEND="
30 net-mail/queue-repair
31 sys-apps/gentoo-functions
32 sys-apps/groff
33 - ssl? (
34 - !libressl? ( >=dev-libs/openssl-1.1:0= )
35 - libressl? ( dev-libs/libressl:= )
36 - )
37 + ssl? ( >=dev-libs/openssl-1.1:0= )
38 "
39 RDEPEND="${DEPEND}
40 sys-apps/ucspi-tcp