commit: 66a36eddb33ac7553c80fdf94a43647b5584a671 Author: Robert Förster <Dessa <AT> gmake <DOT> de> AuthorDate: Mon May 6 18:52:52 2024 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Fri May 10 14:18:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a36edd
profiles/features/musl: mask mongodb Closes: https://bugs.gentoo.org/712990 Closes: https://bugs.gentoo.org/713080 Closes: https://bugs.gentoo.org/715832 Closes: https://bugs.gentoo.org/716296 Closes: https://bugs.gentoo.org/895776 Closes: https://bugs.gentoo.org/906782 Signed-off-by: Robert Förster <Dessa <AT> gmake.de> Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org> profiles/features/musl/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 78a653ddc760..f54ff6cdaabc 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,16 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robert Förster <[email protected]> (2024-05-06) +# needs mongodb +net-wireless/unifi + +# Robert Förster <[email protected]> (2024-05-06) +# bundles old gperftools not supporting musl, +# among not being buildable itself +# bug #906782, #716296, et al. +dev-db/mongodb + # Akinori Hattori <[email protected]> (2024-04-14) # musl iconv does not implement required encodings. app-i18n/nkf
