public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/
Date: Mon,  3 May 2021 09:52:03 +0000 (UTC)	[thread overview]
Message-ID: <1620035494.7833a73834c5a4ffe060acd576bfdeeef2a9d5b8.andrewammerlaan@gentoo> (raw)

commit:     7833a73834c5a4ffe060acd576bfdeeef2a9d5b8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May  3 09:51:34 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May  3 09:51:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7833a738

net-libs/usockets: add MissingUseDepDefault

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-libs/usockets/usockets-0.7.1_p20210214.ebuild | 2 +-
 net-libs/usockets/usockets-9999.ebuild            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
index e601304db..d7d107c8c 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 IUSE="libuv +ssl static-libs"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs?] )
+	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 18e9a5255..e40b7ed25 100644
--- a/net-libs/usockets/usockets-9999.ebuild
+++ b/net-libs/usockets/usockets-9999.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="libuv +ssl static-libs"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs?] )
+	libuv? ( dev-libs/libuv[static-libs(-)?] )
 	ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
 "
 RDEPEND="${DEPEND}"


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/usockets/
Date: Mon,  3 May 2021 10:11:13 +0000 (UTC)	[thread overview]
Message-ID: <1620035494.7833a73834c5a4ffe060acd576bfdeeef2a9d5b8.andrewammerlaan@gentoo> (raw)
Message-ID: <20210503101113.P_HMPAPG3WMxjLNkFX3S2dTZgqxN2CVk0smTG2jsvxA@z> (raw)

commit:     7833a73834c5a4ffe060acd576bfdeeef2a9d5b8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May  3 09:51:34 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May  3 09:51:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7833a738

net-libs/usockets: add MissingUseDepDefault

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-libs/usockets/usockets-0.7.1_p20210214.ebuild | 2 +-
 net-libs/usockets/usockets-9999.ebuild            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
index e601304db..d7d107c8c 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 IUSE="libuv +ssl static-libs"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs?] )
+	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 18e9a5255..e40b7ed25 100644
--- a/net-libs/usockets/usockets-9999.ebuild
+++ b/net-libs/usockets/usockets-9999.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="libuv +ssl static-libs"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs?] )
+	libuv? ( dev-libs/libuv[static-libs(-)?] )
 	ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
 "
 RDEPEND="${DEPEND}"


             reply	other threads:[~2021-05-03  9:52 UTC|newest]

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

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=1620035494.7833a73834c5a4ffe060acd576bfdeeef2a9d5b8.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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