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"
