commit: da2aeb528560dc9a0fe4dba4106a592a5bdaecc2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 06:06:56 2024 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 06:10:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2aeb52
profiles: mask app-i18n/nkf on musl Closes: https://bugs.gentoo.org/830501 Signed-off-by: Akinori Hattori <hattya <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 1c6aa91f0df2..96f348c81acc 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Akinori Hattori <[email protected]> (2024-04-14) +# musl iconv does not implement required encodings. +app-i18n/nkf + # Marek Szuba <[email protected]> (2024-04-07) # Relies on musl-incompatible ldconfig behaviour to determine the list of host # library directories. More importantly however, protontricks is useless without
