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/libwebsockets/
Date: Sun, 02 May 2021 10:56:41
Message-Id: 1619952347.da125c80618a1bd5e8553dbc582e297c8065a5da.zlogene@gentoo
1 commit: da125c80618a1bd5e8553dbc582e297c8065a5da
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:45:47 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:45:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da125c80
7
8 net-libs/libwebsockets: 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/libwebsockets/libwebsockets-4.1.6.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
17 index 06b29473d9b..1e34eded969 100644
18 --- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
19 +++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
20 @@ -13,7 +13,7 @@ LICENSE="MIT"
21 SLOT="0/17" # libwebsockets.so.17
22 KEYWORDS="amd64 arm arm64 ppc x86"
23 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
24 - +lejp libev libevent libressl libuv mbedtls peer-limits server-status smtp socks5
25 + +lejp libev libevent libuv mbedtls peer-limits server-status smtp socks5
26 sqlite3 ssl static-libs threads zip"
27
28 REQUIRED_USE="
29 @@ -22,7 +22,7 @@ REQUIRED_USE="
30 http-proxy? ( client )
31 smtp? ( libuv )
32 socks5? ( client http-proxy )
33 - ssl? ( ?? ( libressl mbedtls ) )
34 + ssl? ( mbedtls )
35 mbedtls? ( ssl )
36 ?? ( libev libevent )
37 "
38 @@ -37,10 +37,8 @@ RDEPEND="
39 libuv? ( dev-libs/libuv:= )
40 sqlite3? ( dev-db/sqlite:= )
41 ssl? (
42 - !libressl? (
43 !mbedtls? ( dev-libs/openssl:0= )
44 mbedtls? ( >net-libs/mbedtls-2.0.0 )
45 - )
46 )
47 "
48 DEPEND="${RDEPEND}"