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: Tue, 01 Sep 2020 20:46:54
Message-Id: 1598993194.4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965.sam@gentoo
1 commit: 4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Sep 1 19:28:29 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 20:46:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef7d3ce
7
8 net-libs/libwebsockets: add dbus dependency, restrict ssl USE flags
9
10 Depends on sys-apps/dbus is USE=dbus. Ensure that mbedtls
11 cannot be set without ssl USE flag.
12
13 Bug: https://bugs.gentoo.org/739888
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
16 Closes: https://github.com/gentoo/gentoo/pull/17366
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 2 ++
20 1 file changed, 2 insertions(+)
21
22 diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
23 index 6bc4ebdb391..81eefe8b962 100644
24 --- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
25 +++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
26 @@ -22,12 +22,14 @@ REQUIRED_USE="
27 http-proxy? ( client )
28 smtp? ( libuv )
29 ssl? ( ?? ( libressl mbedtls ) )
30 + mbedtls? ( ssl )
31 ?? ( libev libevent )
32 "
33
34 RDEPEND="
35 sys-libs/zlib
36 caps? ( sys-libs/libcap )
37 + dbus? ( sys-apps/dbus )
38 http-proxy? ( net-libs/libhubbub )
39 libev? ( dev-libs/libev )
40 libevent? ( dev-libs/libevent:= )