commit: 6f7d9f7b6631cd693357fd67b66eb7a1804a9a75 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Jul 28 00:26:48 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Jul 28 00:30:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7d9f7b
sys-libs/libsmbios: mask in musl profiles Bug: https://bugs.gentoo.org/712972 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 732e36cb6152..22eb277af38e 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2022-07-28) +# Relies on unimplemented functions outb_p and inb_p, +# support for which has never made it into musl. Bug #712972. +sys-libs/libsmbios + # Stefan Strogin <[email protected]> (2022-06-29) # Binary package linked against glibc net-im/element-desktop-bin
