diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-09-25 15:20:11 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-07 00:30:55 +0000 |
commit | 0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2 (patch) | |
tree | b259d949013ae210861d14a07f005f8022dec114 /net-libs/libwebsockets | |
parent | dev-libs/npth: new maintainer (diff) | |
download | gentoo-0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2.tar.gz gentoo-0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2.tar.bz2 gentoo-0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2.zip |
net-libs/libwebsockets: add socks5? ( client http-proxy ) to REQUIRED_USE
Reported-by: Jeroen Roovers <jer@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@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17661
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 1 | ||||
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.1.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 ) |