commit: a4941b7f1e8eff76e7092f7db4d47f699a6e6dab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 17 01:30:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 17 01:30:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4941b7f
profiles/features/musl: mask sys-apps/uutils Closes: https://bugs.gentoo.org/832868 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 8a5625dab7b6..0e5b6a5db232 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-09-17) +# Fails to compile on musl: bug #832868 +sys-apps/uutils + # Sam James <[email protected]> (2022-09-12) # The libxcrypt migration is optional for musl. -virtual/libcrypt:0/1
