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 D7EF913835A for ; Fri, 29 Jan 2021 02:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF2ADE0867; Fri, 29 Jan 2021 02:20:43 +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 D6757E0867 for ; Fri, 29 Jan 2021 02:20:43 +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 6C22834124A for ; Fri, 29 Jan 2021 02:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3594AC for ; Fri, 29 Jan 2021 02:20:40 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1611886832.1d52636b4dd037d88b1825ee999cea6a68f64a40.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/usockets/usockets-0.6.0_p1-r2.ebuild net-libs/usockets/usockets-9999.ebuild X-VCS-Directories: net-libs/usockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 1d52636b4dd037d88b1825ee999cea6a68f64a40 X-VCS-Branch: dev Date: Fri, 29 Jan 2021 02:20:40 +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: 9b1cac7d-7566-441b-a5ca-0e8cdef25dae X-Archives-Hash: e1a49e3b3c564006ab793f90d62de049 commit: 1d52636b4dd037d88b1825ee999cea6a68f64a40 Author: Aisha Tammy aisha cc> AuthorDate: Fri Jan 29 02:19:18 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Jan 29 02:20:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d52636b net-libs/usockets: drop libressl Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> net-libs/usockets/usockets-0.6.0_p1-r2.ebuild | 8 +++----- net-libs/usockets/usockets-9999.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild b/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild index 5962a653..dc363d49 100644 --- a/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild +++ b/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild @@ -20,13 +20,11 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="libuv libressl +ssl static-libs" +IUSE="libuv +ssl static-libs" -DEPEND="ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) - libressl? ( dev-libs/libressl[static-libs?] ) - ) +DEPEND=" libuv? ( dev-libs/libuv[static-libs?] ) + ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) " RDEPEND="${DEPEND}" diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild index 5962a653..dc363d49 100644 --- a/net-libs/usockets/usockets-9999.ebuild +++ b/net-libs/usockets/usockets-9999.ebuild @@ -20,13 +20,11 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="libuv libressl +ssl static-libs" +IUSE="libuv +ssl static-libs" -DEPEND="ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) - libressl? ( dev-libs/libressl[static-libs?] ) - ) +DEPEND=" libuv? ( dev-libs/libuv[static-libs?] ) + ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) " RDEPEND="${DEPEND}"