commit: 9fafd5449f3a1159c98fe84b6a1531bebd5f5e51 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 20 09:15:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 20 09:15:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fafd544
profiles/features/musl: mask sys-apps/man-db[nls] Needs po4a which wants /usr/bin/locale. 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 f58de338da4a..f0c940f535cc 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-11-20) +# Pulls in po4a which doesn't seem to work on musl (wants /usr/bin/locale) +sys-apps/man-db nls + # Sam James <[email protected]> (2021-11-07) # gdb-10[nls] doesn't build on musl # "ax.cc:(.text+0x2e0): undefined reference to `libintl_gettext'"
