Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/usockets/
Date: Tue, 21 Sep 2021 10:02:16
Message-Id: 1632217608.3c0454efa84f198151cf03736b1fad38dff894c6.arthurzam@gentoo
1 commit: 3c0454efa84f198151cf03736b1fad38dff894c6
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 09:46:48 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 09:46:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c0454ef
7
8 net-libs/usockets: fix missing use dep default
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/usockets/usockets-0.7.1_p20210909.ebuild | 2 +-
13 net-libs/usockets/usockets-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/usockets/usockets-0.7.1_p20210909.ebuild b/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
17 index 3de0636c4..5c5a33ead 100644
18 --- a/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
19 +++ b/net-libs/usockets/usockets-0.7.1_p20210909.ebuild
20 @@ -24,7 +24,7 @@ IUSE="asio libuv +ssl"
21 REQUIRED_USE="?? ( asio libuv )"
22
23 DEPEND="
24 - asio? ( dev-cpp/asio[ssl?] )
25 + asio? ( dev-cpp/asio[ssl(+)?] )
26 libuv? ( dev-libs/libuv )
27 ssl? ( >=dev-libs/openssl-1.1.0 )
28 "
29
30 diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild
31 index 3de0636c4..5c5a33ead 100644
32 --- a/net-libs/usockets/usockets-9999.ebuild
33 +++ b/net-libs/usockets/usockets-9999.ebuild
34 @@ -24,7 +24,7 @@ IUSE="asio libuv +ssl"
35 REQUIRED_USE="?? ( asio libuv )"
36
37 DEPEND="
38 - asio? ( dev-cpp/asio[ssl?] )
39 + asio? ( dev-cpp/asio[ssl(+)?] )
40 libuv? ( dev-libs/libuv )
41 ssl? ( >=dev-libs/openssl-1.1.0 )
42 "