public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/usockets/
Date: Thu,  2 May 2024 15:42:36 +0000 (UTC)	[thread overview]
Message-ID: <1714527882.f3fb1ff6617a726290fd637bd4dc930cce1706c6.davidroman@gentoo> (raw)

commit:     f3fb1ff6617a726290fd637bd4dc930cce1706c6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  1 01:44:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <davidroman96 <AT> 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 )
 "


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/
Date: Wed,  1 May 2024 01:46:45 +0000 (UTC)	[thread overview]
Message-ID: <1714527882.f3fb1ff6617a726290fd637bd4dc930cce1706c6.davidroman@gentoo> (raw)
Message-ID: <20240501014645.mfPPGNOFJKureSvhOwKZhDHulalK5e698LLaFEirAUs@z> (raw)

commit:     f3fb1ff6617a726290fd637bd4dc930cce1706c6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  1 01:44:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <davidroman96 <AT> 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 )
 "


             reply	other threads:[~2024-05-02 15:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-02 15:42 David Roman [this message]
2024-05-01  1:46 ` [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-05-16 17:59 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-02 15:42 David Roman
2021-09-21  9:52 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-09-21 10:02 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-06-09  3:22 [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-06-09  3:39 ` [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-05-03  9:52 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-03 10:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-23 12:25 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-23 22:06 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-07-30 16:16 Andrew Ammerlaan
2020-06-26 14:46 Andrew Ammerlaan
2020-06-25  7:29 Andrew Ammerlaan
2020-06-25  7:29 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1714527882.f3fb1ff6617a726290fd637bd4dc930cce1706c6.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox