summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-09-01 21:28:29 +0200
committerSam James <sam@gentoo.org>2020-09-01 20:46:34 +0000
commit4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965 (patch)
tree3ee509d48ee71cab1fcffb69b8937ed21fd32a5f /net-libs/libwebsockets
parentdev-tcltk/tclpython: Stabilize 5.0 amd64, #738732 (diff)
downloadgentoo-4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965.tar.gz
gentoo-4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965.tar.bz2
gentoo-4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965.zip
net-libs/libwebsockets: add dbus dependency, restrict ssl USE flags
Depends on sys-apps/dbus is USE=dbus. Ensure that mbedtls cannot be set without ssl USE flag. Bug: https://bugs.gentoo.org/739888 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/17366 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r--net-libs/libwebsockets/libwebsockets-4.0.20.ebuild2
1 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 6bc4ebdb3917..81eefe8b9622 100644
--- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
@@ -22,12 +22,14 @@ REQUIRED_USE="
http-proxy? ( client )
smtp? ( libuv )
ssl? ( ?? ( libressl mbedtls ) )
+ mbedtls? ( ssl )
?? ( libev libevent )
"
RDEPEND="
sys-libs/zlib
caps? ( sys-libs/libcap )
+ dbus? ( sys-apps/dbus )
http-proxy? ( net-libs/libhubbub )
libev? ( dev-libs/libev )
libevent? ( dev-libs/libevent:= )