commit: 3c0454efa84f198151cf03736b1fad38dff894c6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 09:46:48 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 09:46:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c0454ef
net-libs/usockets: fix missing use dep default
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/usockets/usockets-0.7.1_p20210909.ebuild | 2 +-
net-libs/usockets/usockets-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
b/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
index 3de0636c4..5c5a33ead 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
@@ -24,7 +24,7 @@ IUSE="asio libuv +ssl"
REQUIRED_USE="?? ( asio libuv )"
DEPEND="
- asio? ( dev-cpp/asio[ssl?] )
+ asio? ( dev-cpp/asio[ssl(+)?] )
libuv? ( dev-libs/libuv )
ssl? ( >=dev-libs/openssl-1.1.0 )
"
diff --git a/net-libs/usockets/usockets-9999.ebuild
b/net-libs/usockets/usockets-9999.ebuild
index 3de0636c4..5c5a33ead 100644
--- a/net-libs/usockets/usockets-9999.ebuild
+++ b/net-libs/usockets/usockets-9999.ebuild
@@ -24,7 +24,7 @@ IUSE="asio libuv +ssl"
REQUIRED_USE="?? ( asio libuv )"
DEPEND="
- asio? ( dev-cpp/asio[ssl?] )
+ asio? ( dev-cpp/asio[ssl(+)?] )
libuv? ( dev-libs/libuv )
ssl? ( >=dev-libs/openssl-1.1.0 )
"