commit: 8390efdcb9c742c86c2b5f3b804d0a7a4bb6271a Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Sun Mar 13 16:26:06 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 16 22:50:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8390efdc
profiles/features/musl: mask sci-libs/opencascade Doesn't build with musl. Reported upstream, see https://dev.opencascade.org/content/support-different-libc-implementations-linux Bug: https://bugs.gentoo.org/832742 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 6e393f22ca02..17fb7c6321b6 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -5,6 +5,10 @@ # Binary package linked to glibc sys-power/dptfxtract +# Bernd Waibel <[email protected]> (2022-03-14) +# Doesn't build with musl, bug #832742 +sci-libs/opencascade + # Adel KARA SLIMANE <[email protected]> (2022-03-09) # Binary packages linked to glibc app-editors/vscode
