From 5983fae516ae88018064caf4bd30f774deb6d634 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Thu, 30 Apr 2020 19:28:00 -0400 Subject: [PATCH] dev-cpp/usockets: ssl -> openssl use flag changed Signed-off-by: Aisha Tammy --- dev-cpp/usockets/usockets-0.3.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild b/dev-cpp/usockets/usockets-0.3.5.ebuild index 3e25b084b7..a77e1a036f 100644 --- a/dev-cpp/usockets/usockets-0.3.5.ebuild +++ b/dev-cpp/usockets/usockets-0.3.5.ebuild @@ -19,9 +19,9 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="libuv +ssl libressl debug" +IUSE="libuv +openssl libressl debug" -DEPEND="ssl? ( +DEPEND="openssl? ( libressl? ( >=dev-libs/libressl-3.0.0 ) !libressl? ( >=dev-libs/openssl-1.1.0 ) )