From 0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Fri, 25 Sep 2020 15:20:11 +0200 Subject: net-libs/libwebsockets: add socks5? ( client http-proxy ) to REQUIRED_USE Reported-by: Jeroen Roovers Closes: https://bugs.gentoo.org/744628 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Closes: https://github.com/gentoo/gentoo/pull/17661 Signed-off-by: Sam James --- net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 1 + net-libs/libwebsockets/libwebsockets-4.1.1.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'net-libs/libwebsockets') diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild index b0d538ff9060..134f80a69943 100644 --- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild @@ -21,6 +21,7 @@ REQUIRED_USE=" generic-sessions? ( smtp sqlite3 ) http-proxy? ( client ) smtp? ( libuv ) + socks5? ( client http-proxy ) ssl? ( ?? ( libressl mbedtls ) ) mbedtls? ( ssl ) ?? ( libev libevent ) diff --git a/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild index 7ff883e7d82d..037328b71c72 100644 --- a/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild @@ -21,6 +21,7 @@ REQUIRED_USE=" generic-sessions? ( smtp sqlite3 ) http-proxy? ( client ) smtp? ( libuv ) + socks5? ( client http-proxy ) ssl? ( ?? ( libressl mbedtls ) ) mbedtls? ( ssl ) ?? ( libev libevent ) -- cgit v1.2.3-65-gdbad