commit: ebd6cebe04f1528b239d13ba52c8215bc14c192a Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Jul 28 11:17:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 28 16:29:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd6cebe
profiles/features/musl: mask net-dns/dnscap Not ported to musl Closes: https://bugs.gentoo.org/713498 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43211 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index af141c728d91..5e4da506fd4a 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# PPN-SD <[email protected]> (2025-07-28) +# Bundled pcap-thread, not ported to musl +# bug #713498, https://github.com/DNS-OARC/pcap-thread/issues/128 +net-dns/dnscap + # Ian Jordan <[email protected]> (2025-07-13) # Binary is compiled against glibc net-misc/anydesk
