commit: 4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Tue Sep 1 19:28:29 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 20:46:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef7d3ce
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 <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17366 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild index 6bc4ebdb391..81eefe8b962 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:= )
