From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 21BA815800A for ; Sat, 01 Feb 2025 15:59:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0A4A1342F99 for ; Sat, 01 Feb 2025 15:59:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2B3F311046F; Sat, 01 Feb 2025 15:58:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 238A811046F for ; Sat, 01 Feb 2025 15:58:47 +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 CE3D3343108 for ; Sat, 01 Feb 2025 15:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2922B149F for ; Sat, 01 Feb 2025 15:58:45 +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: <1738421721.236ed7486fe3a28a41268b3b4754c1524b2e9945.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-pages/man-pages-6.10.ebuild X-VCS-Directories: sys-apps/man-pages/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 236ed7486fe3a28a41268b3b4754c1524b2e9945 X-VCS-Branch: master Date: Sat, 01 Feb 2025 15:58:45 +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: 88c7467c-4368-4d8d-898c-bbe83a1c9655 X-Archives-Hash: a4881141dc23cbdc448df1a3862ad498 commit: 236ed7486fe3a28a41268b3b4754c1524b2e9945 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 1 14:53:37 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 1 14:55:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236ed748 sys-apps/man-pages: Sync L10N with app-i18n/man-pages-l10n Signed-off-by: Ulrich Müller gentoo.org> sys-apps/man-pages/man-pages-6.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-pages/man-pages-6.10.ebuild b/sys-apps/man-pages/man-pages-6.10.ebuild index 1eb43be993f6..eeb536cb1d03 100644 --- a/sys-apps/man-pages/man-pages-6.10.ebuild +++ b/sys-apps/man-pages/man-pages-6.10.ebuild @@ -61,7 +61,7 @@ SRC_URI+=" LICENSE="man-pages GPL-2+ BSD" SLOT="0" # Keep the following in sync with app-i18n/man-pages-l10n -MY_L10N=( cs da de el es fi fr hu id it mk nb nl pl pt-BR ro sr sv uk vi ) +MY_L10N=( cs da de el es fi fr hu id it ko mk nb nl pl pt-BR ro ru sr sv uk vi ) IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}" RESTRICT="binchecks"