From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B96B6158086 for ; Tue, 4 Jan 2022 11:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E10B2BC01C; Tue, 4 Jan 2022 11:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D7472BC01C for ; Tue, 4 Jan 2022 11:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BE63342B85 for ; Tue, 4 Jan 2022 11:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E053274 for ; Tue, 4 Jan 2022 11:36:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1641296199.664c8e0fdd3ddbe285ec600b7585d807c46c8552.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 664c8e0fdd3ddbe285ec600b7585d807c46c8552 X-VCS-Branch: master Date: Tue, 4 Jan 2022 11:36:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a2ef428-611c-4ece-8655-5dcf789fc0ff X-Archives-Hash: d4ac22b37ef13d8aec477fc794f5dab3 commit: 664c8e0fdd3ddbe285ec600b7585d807c46c8552 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 4 11:32:22 2022 +0000 Commit: Ulrich Müller gentoo 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 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 (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 (2021-12-15) # Support for L0 needs RTLD_DEEPBIND, which does not exist on musl. dev-libs/intel-compute-runtime l0