commit: e4f4136dac93793bac9ff0f688d7ce9d44c70984 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 17 06:39:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 20 19:28:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f4136d
profiles/features/musl: mask net-mail/cyrus-imapd[test] Closes: https://bugs.gentoo.org/836710 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41619 Closes: https://github.com/gentoo/gentoo/pull/41619 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index cf95fd5209eb..2b3375fbf660 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfred Wingate <[email protected]> (2025-05-17) +# Tests cannot be built on musl due to libc specific ifdefs (bug #836710) +net-mail/cyrus-imapd test + # Ionen Wolkens <[email protected]> (2025-03-10) # Been failing to build for a long time for musl with modern compilers, # so mask until there is a proper fix. Note that this does not disable
