Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/
Date: Sun, 02 May 2021 10:16:44
Message-Id: 1619950593.c1f83d2620f52907a96c1a690895f202fb7f1879.zlogene@gentoo
1 commit: c1f83d2620f52907a96c1a690895f202fb7f1879
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:08:19 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:16:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f83d26
7
8 net-libs/libetpan: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
17 index 760073c0c5a..73576da4da6 100644
18 --- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
19 +++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
21 LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 -IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
25 +IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
26
27 # BerkDB is only supported up to version 6.0
28 DEPEND="sys-libs/zlib
29 @@ -20,8 +20,7 @@ DEPEND="sys-libs/zlib
30 ssl? (
31 gnutls? ( net-libs/gnutls:= )
32 !gnutls? (
33 - !libressl? ( dev-libs/openssl:0= )
34 - libressl? ( dev-libs/libressl:0= )
35 + dev-libs/openssl:0=
36 )
37 )
38 sasl? ( dev-libs/cyrus-sasl:2 )