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: Wed, 07 Oct 2020 00:31:08
Message-Id: 1602030655.0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2.sam@gentoo
1 commit: 0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Sep 25 13:20:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 00:30:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0989b7c5
7
8 net-libs/libwebsockets: add socks5? ( client http-proxy ) to REQUIRED_USE
9
10 Reported-by: Jeroen Roovers <jer <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/744628
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
14 Closes: https://github.com/gentoo/gentoo/pull/17661
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 1 +
18 net-libs/libwebsockets/libwebsockets-4.1.1.ebuild | 1 +
19 2 files changed, 2 insertions(+)
20
21 diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
22 index b0d538ff906..134f80a6994 100644
23 --- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
24 +++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
25 @@ -21,6 +21,7 @@ REQUIRED_USE="
26 generic-sessions? ( smtp sqlite3 )
27 http-proxy? ( client )
28 smtp? ( libuv )
29 + socks5? ( client http-proxy )
30 ssl? ( ?? ( libressl mbedtls ) )
31 mbedtls? ( ssl )
32 ?? ( libev libevent )
33
34 diff --git a/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild
35 index 7ff883e7d82..037328b71c7 100644
36 --- a/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild
37 +++ b/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild
38 @@ -21,6 +21,7 @@ REQUIRED_USE="
39 generic-sessions? ( smtp sqlite3 )
40 http-proxy? ( client )
41 smtp? ( libuv )
42 + socks5? ( client http-proxy )
43 ssl? ( ?? ( libressl mbedtls ) )
44 mbedtls? ( ssl )
45 ?? ( libev libevent )