commit: d1f1ff8b9e1afdf11d52d56797c74559319b1280 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Nov 29 13:28:19 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Nov 29 13:29:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f1ff8b
profiles/features/musl: mask app-forensics/honggfuzz Bug: https://bugs.gentoo.org/715648 Signed-off-by: Marek Szuba <marecki <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 8bf8e5b3342e..96a06e2116fa 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2021-11-29) +# Uses the header file sys/queue.h, which musl does not include by design +# - see their FAQ. Bug #715648. +app-forensics/honggfuzz + # Andreas K. Hüttel <[email protected]> (2021-11-21) # No musl patches in ebuild <sys-devel/gcc-9
