profiles/features/musl: add sys-apps/musl-locales to @system

musl by default does not provide any sort of locale support, and so does
not have a `locale` binary by default. This often results in spurious
command not found QA notices or in extreme cases even build failures.
Adelie's musl-locales project has been adopted as the de facto solution
for locales on musl, so having it in @system for consistency with glibc
is probably a good idea.

Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Violet Purcell
2025-07-04 06:59:22 -04:00
committed by Sam James
parent 1d7b7c6331
commit 9825ca9906

View File

@@ -1,6 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation.
# Copyright 1999-2025 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
*app-misc/pax-utils
*sys-apps/sandbox
-*sys-apps/man-pages
# Provides the `locale` binary, which is not present in musl itself
*sys-apps/musl-locales