Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/usockets/
Date: Fri, 01 May 2020 09:59:41
Message-Id: 1588289280.5983fae516ae88018064caf4bd30f774deb6d634.andrewammerlaan@gentoo
1 commit: 5983fae516ae88018064caf4bd30f774deb6d634
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Apr 30 23:28:00 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 30 23:28:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5983fae5
7
8 dev-cpp/usockets: ssl -> openssl use flag changed
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 dev-cpp/usockets/usockets-0.3.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild b/dev-cpp/usockets/usockets-0.3.5.ebuild
16 index 3e25b08..a77e1a0 100644
17 --- a/dev-cpp/usockets/usockets-0.3.5.ebuild
18 +++ b/dev-cpp/usockets/usockets-0.3.5.ebuild
19 @@ -19,9 +19,9 @@ fi
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -IUSE="libuv +ssl libressl debug"
24 +IUSE="libuv +openssl libressl debug"
25
26 -DEPEND="ssl? (
27 +DEPEND="openssl? (
28 libressl? ( >=dev-libs/libressl-3.0.0 )
29 !libressl? ( >=dev-libs/openssl-1.1.0 )
30 )