diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-29 14:28:19 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-29 14:29:44 +0100 |
commit | d1f1ff8b9e1afdf11d52d56797c74559319b1280 (patch) | |
tree | 71086b3d11b416e300b1aa5eeeb00999c557c4a7 | |
parent | sys-apps/hwdata: fix for files installed outside the prefix (diff) | |
download | gentoo-d1f1ff8b9e1afdf11d52d56797c74559319b1280.tar.gz gentoo-d1f1ff8b9e1afdf11d52d56797c74559319b1280.tar.bz2 gentoo-d1f1ff8b9e1afdf11d52d56797c74559319b1280.zip |
profiles/features/musl: mask app-forensics/honggfuzz
Bug: https://bugs.gentoo.org/715648
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | profiles/features/musl/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 <marecki@gentoo.org> (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 <dilfridge@gentoo.org> (2021-11-21) # No musl patches in ebuild <sys-devel/gcc-9 |