commit: 664c8e0fdd3ddbe285ec600b7585d807c46c8552 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 11:32:22 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 11:36:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664c8e0f
profiles/features/musl: package.use.mask app-emacs/yatex[l10n_ja] Closes: https://bugs.gentoo.org/830436 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/features/musl/package.use.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 7d3bab631c12..cc070165402e 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors. +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ulrich Müller <[email protected]> (2022-01-04) +# musl iconv doesn't know about shift-jis which is needed for Japanese +# documentation (bug #830436) +app-emacs/yatex l10n_ja + # Conrad Kostecki <[email protected]> (2021-12-15) # Support for L0 needs RTLD_DEEPBIND, which does not exist on musl. dev-libs/intel-compute-runtime l0
