commit: 9c93e299c4c4db9edf7c120a87a6f132cbbdfef8 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Sun Sep 11 19:58:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 01:20:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c93e299
profiles/features/musl: mask app-shells/pdsh and net-analyzer/ipcad Both packages require rresvport function, which is not implemented in musl. Closes: https://bugs.gentoo.org/713376 Closes: https://bugs.gentoo.org/713810 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27212 Signed-off-by: Sam James <sam <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 0e5b6a5db232..293a4cc52ee7 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 +# Petr Vaněk <[email protected]> (2022-09-23) +# Musl does not implement rresvport function, bugs #713810 and #713376. +app-shells/pdsh +net-analyzer/ipcad + # Sam James <[email protected]> (2022-09-17) # Fails to compile on musl: bug #832868 sys-apps/uutils
