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/notqmail/
Date: Wed, 30 Dec 2020 15:55:31
Message-Id: 1609343653.d430e8b009e09f0c9531ac6e28e7183825c20136.slyfox@gentoo
1 commit: d430e8b009e09f0c9531ac6e28e7183825c20136
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Dec 30 13:15:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 15:54:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d430e8b0
7
8 mail-mta/notqmail: 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/notqmail/notqmail-1.08-r3.ebuild | 9 +++------
14 mail-mta/notqmail/notqmail-9999.ebuild | 9 +++------
15 2 files changed, 6 insertions(+), 12 deletions(-)
16
17 diff --git a/mail-mta/notqmail/notqmail-1.08-r3.ebuild b/mail-mta/notqmail/notqmail-1.08-r3.ebuild
18 index fb99546c87e..3e4ded9011a 100644
19 --- a/mail-mta/notqmail/notqmail-1.08-r3.ebuild
20 +++ b/mail-mta/notqmail/notqmail-1.08-r3.ebuild
21 @@ -56,18 +56,15 @@ SRC_URI="${SRC_URI}
22
23 LICENSE="public-domain"
24 SLOT="0"
25 -IUSE="authcram gencertdaily highvolume libressl -pop3 qmail-spp ssl test vanilla"
26 -REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl ) libressl? ( ssl )"
27 +IUSE="authcram gencertdaily highvolume -pop3 qmail-spp ssl test vanilla"
28 +REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )"
29 RESTRICT="!test? ( test )"
30
31 DEPEND="
32 net-dns/libidn2
33 net-mail/queue-repair
34 sys-apps/gentoo-functions
35 - ssl? (
36 - !libressl? ( >=dev-libs/openssl-1.1:0= )
37 - libressl? ( dev-libs/libressl:= )
38 - )
39 + ssl? ( >=dev-libs/openssl-1.1:0= )
40 test? ( dev-libs/check )
41 "
42 RDEPEND="${DEPEND}
43
44 diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild
45 index 207bd50aa15..f5ec0ad8013 100644
46 --- a/mail-mta/notqmail/notqmail-9999.ebuild
47 +++ b/mail-mta/notqmail/notqmail-9999.ebuild
48 @@ -56,18 +56,15 @@ SRC_URI="${SRC_URI}
49
50 LICENSE="public-domain"
51 SLOT="0"
52 -IUSE="authcram gencertdaily highvolume libressl -pop3 qmail-spp ssl test vanilla"
53 -REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl ) libressl? ( ssl )"
54 +IUSE="authcram gencertdaily highvolume -pop3 qmail-spp ssl test vanilla"
55 +REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )"
56 RESTRICT="!test? ( test )"
57
58 DEPEND="
59 net-dns/libidn2
60 net-mail/queue-repair
61 sys-apps/gentoo-functions
62 - ssl? (
63 - !libressl? ( >=dev-libs/openssl-1.1:0= )
64 - libressl? ( dev-libs/libressl:= )
65 - )
66 + ssl? ( >=dev-libs/openssl-1.1:0= )
67 test? ( dev-libs/check )
68 "
69 RDEPEND="${DEPEND}