Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Tue, 04 May 2021 19:10:18
Message-Id: 1620155394.467bffc308bf969f4d4ba54f27069db0609a5daf.sam@gentoo
1 commit: 467bffc308bf969f4d4ba54f27069db0609a5daf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:42:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467bffc3
7
8 net-libs/libwebsockets: simplify REQUIRED_USE after LibreSSL removal
9
10 Closes: https://bugs.gentoo.org/788079
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/libwebsockets/libwebsockets-4.1.6.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
17 index 1e34eded969..4bfe5e897b8 100644
18 --- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
19 +++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
20 @@ -22,7 +22,6 @@ REQUIRED_USE="
21 http-proxy? ( client )
22 smtp? ( libuv )
23 socks5? ( client http-proxy )
24 - ssl? ( mbedtls )
25 mbedtls? ( ssl )
26 ?? ( libev libevent )
27 "