diff options
author | Sam James <sam@gentoo.org> | 2021-05-04 04:42:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:09:54 +0100 |
commit | 467bffc308bf969f4d4ba54f27069db0609a5daf (patch) | |
tree | 8408aa0c64b957df0408c7baa3e8262edc61dea6 /net-libs | |
parent | sci-mathematics/giac: fix phase definition style (diff) | |
download | gentoo-467bffc308bf969f4d4ba54f27069db0609a5daf.tar.gz gentoo-467bffc308bf969f4d4ba54f27069db0609a5daf.tar.bz2 gentoo-467bffc308bf969f4d4ba54f27069db0609a5daf.zip |
net-libs/libwebsockets: simplify REQUIRED_USE after LibreSSL removal
Closes: https://bugs.gentoo.org/788079
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.1.6.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild index 1e34eded9691..4bfe5e897b82 100644 --- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild @@ -22,7 +22,6 @@ REQUIRED_USE=" http-proxy? ( client ) smtp? ( libuv ) socks5? ( client http-proxy ) - ssl? ( mbedtls ) mbedtls? ( ssl ) ?? ( libev libevent ) " |