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 5869115815E for ; Sun, 4 Feb 2024 19:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 097932BC020; Sun, 4 Feb 2024 19:32:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA50B2BC020 for ; Sun, 4 Feb 2024 19:32:18 +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 AF22334324F for ; Sun, 4 Feb 2024 19:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5AA14C5 for ; Sun, 4 Feb 2024 19:32:16 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1707074778.2afbf955a47a40bbd929a66a98729b20fea8a667.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-accessibility/rhvoice-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild X-VCS-Directories: app-accessibility/rhvoice-core/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 2afbf955a47a40bbd929a66a98729b20fea8a667 X-VCS-Branch: dev Date: Sun, 4 Feb 2024 19:32:16 +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: 683f0d1d-d016-47a0-863b-6e1029469c30 X-Archives-Hash: ab42085910a560781c0ef23071ddc79f commit: 2afbf955a47a40bbd929a66a98729b20fea8a667 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 3 12:10:46 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Feb 4 19:26:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2afbf955 app-accessibility/rhvoice-core: enable langs (en, ru) Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild index 1a33f1bf06..e2990a848b 100644 --- a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild +++ b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild @@ -45,6 +45,12 @@ DEPEND="${COMMON_DEPEND} DOCS=( README.md doc/. config/dicts ) +LANGS=( en ru ) +for lang in "${LANGS[@]}"; do + IUSE+=" l10n_${lang}" + RDEPEND+=" l10n_${lang}? ( app-dicts/rhvoice-${lang} )" +done + src_unpack() { default cd "${S}" || die