public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dropwatch/
Date: Tue, 23 Apr 2024 10:01:57 +0000 (UTC)	[thread overview]
Message-ID: <1713866500.1d6055e70bb9fe6a282e855ddf2d58f935913ba2.arthurzam@gentoo> (raw)

commit:     1d6055e70bb9fe6a282e855ddf2d58f935913ba2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 09:58:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 10:01:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6055e7

dev-util/dropwatch: fix compile on musl

Closes: https://bugs.gentoo.org/831525
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/dropwatch/dropwatch-1.5.4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/dropwatch/dropwatch-1.5.4.ebuild b/dev-util/dropwatch/dropwatch-1.5.4.ebuild
index 5a03257c4af2..3b5d9e2b529e 100644
--- a/dev-util/dropwatch/dropwatch-1.5.4.ebuild
+++ b/dev-util/dropwatch/dropwatch-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,9 @@ RDEPEND="
 	sys-libs/readline:=
 	bfd? ( sys-libs/binutils-libs:= )
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	elibc_musl? ( sys-libs/queue-standalone )
+"
 BDEPEND="virtual/pkgconfig"
 
 CONFIG_CHECK="~NET_DROP_MONITOR"


             reply	other threads:[~2024-04-23 10:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23 10:01 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 16:18 [gentoo-commits] repo/gentoo:master commit in: dev-util/dropwatch/ Arthur Zamarin
2024-04-23 10:01 Arthur Zamarin
2021-04-20 11:56 Sam James
2020-11-28 17:46 Aaron Bauman
2015-09-29 17:45 Andrew Savchenko
2015-09-29 17:45 Andrew Savchenko

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=1713866500.1d6055e70bb9fe6a282e855ddf2d58f935913ba2.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --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