From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14EC31381F3 for ; Fri, 1 May 2020 09:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58E73E0C4C; Fri, 1 May 2020 09:59:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 395EAE0C52 for ; Fri, 1 May 2020 09:59:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33E2234F08B for ; Fri, 1 May 2020 09:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A22216 for ; Fri, 1 May 2020 09:59:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588289280.5983fae516ae88018064caf4bd30f774deb6d634.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/usockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/usockets/usockets-0.3.5.ebuild X-VCS-Directories: dev-cpp/usockets/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5983fae516ae88018064caf4bd30f774deb6d634 X-VCS-Branch: master Date: Fri, 1 May 2020 09:59:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2431b6b9-b619-4a63-9191-dc0421f1aa65 X-Archives-Hash: 98dc9bd4d6cc6609a914677d817e5271 commit: 5983fae516ae88018064caf4bd30f774deb6d634 Author: Aisha Tammy aisha cc> AuthorDate: Thu Apr 30 23:28:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 30 23:28:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5983fae5 dev-cpp/usockets: ssl -> openssl use flag changed Signed-off-by: Aisha Tammy aisha.cc> 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 3e25b08..a77e1a0 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 ) )