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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 283DB158064 for ; Wed, 1 May 2024 01:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381ECE29BE; Wed, 1 May 2024 01:46:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B469E29BE for ; Wed, 1 May 2024 01:46:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A316343096 for ; Wed, 1 May 2024 01:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B1CF1776 for ; Wed, 1 May 2024 01:46:45 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714527882.f3fb1ff6617a726290fd637bd4dc930cce1706c6.davidroman@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.8.8.ebuild net-libs/usockets/usockets-9999.ebuild X-VCS-Directories: net-libs/usockets/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f3fb1ff6617a726290fd637bd4dc930cce1706c6 X-VCS-Branch: dev Date: Wed, 1 May 2024 01:46:45 +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: 4c56e472-039a-487d-a1d1-14a52a6d639e X-Archives-Hash: ee2d0ec0dfb1c5da6d1da4d7b88c410a Message-ID: <20240501014645.mfPPGNOFJKureSvhOwKZhDHulalK5e698LLaFEirAUs@z> commit: f3fb1ff6617a726290fd637bd4dc930cce1706c6 Author: David Roman gmail com> AuthorDate: Wed May 1 01:44:42 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed May 1 01:44:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3fb1ff6 net-libs/usockets: fix wrong dep slot operator usage Signed-off-by: David Roman gmail.com> net-libs/usockets/usockets-0.8.8.ebuild | 2 +- net-libs/usockets/usockets-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/usockets/usockets-0.8.8.ebuild b/net-libs/usockets/usockets-0.8.8.ebuild index 07a9276ef2..16f5febb9c 100644 --- a/net-libs/usockets/usockets-0.8.8.ebuild +++ b/net-libs/usockets/usockets-0.8.8.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="?? ( asio libuv ) test? ( ssl )" RESTRICT="!test? ( test )" DEPEND=" - asio? ( dev-cpp/asio[ssl(+)?]:= ) + asio? ( dev-cpp/asio:=[ssl(+)?] ) libuv? ( dev-libs/libuv ) ssl? ( >=dev-libs/openssl-1.1.0 ) " diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild index 07a9276ef2..16f5febb9c 100644 --- a/net-libs/usockets/usockets-9999.ebuild +++ b/net-libs/usockets/usockets-9999.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="?? ( asio libuv ) test? ( ssl )" RESTRICT="!test? ( test )" DEPEND=" - asio? ( dev-cpp/asio[ssl(+)?]:= ) + asio? ( dev-cpp/asio:=[ssl(+)?] ) libuv? ( dev-libs/libuv ) ssl? ( >=dev-libs/openssl-1.1.0 ) "