commit:     0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Sep 25 13:20:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 00:30:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0989b7c5

net-libs/libwebsockets: add socks5? ( client http-proxy ) to REQUIRED_USE

Reported-by: Jeroen Roovers <jer <AT> gentoo.org>
Closes: https://bugs.gentoo.org/744628
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17661
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 1 +
 net-libs/libwebsockets/libwebsockets-4.1.1.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild 
b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
index b0d538ff906..134f80a6994 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 7ff883e7d82..037328b71c7 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 )

Reply via email to