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 58FDF15808B for ; Mon, 14 Feb 2022 07:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42D89E0828; Mon, 14 Feb 2022 07:27:58 +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 25A23E0828 for ; Mon, 14 Feb 2022 07:27:58 +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 E926E3431F6 for ; Mon, 14 Feb 2022 07:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36C8A1BD for ; Mon, 14 Feb 2022 07:27:55 +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: <1644823661.9a384854b3bb77815fcf1c071e0e518f619bd0ef.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-l10n/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/man-pages-l10n/man-pages-l10n-4.12.1.ebuild X-VCS-Directories: app-i18n/man-pages-l10n/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9a384854b3bb77815fcf1c071e0e518f619bd0ef X-VCS-Branch: master Date: Mon, 14 Feb 2022 07:27:55 +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: 2979b2b3-f443-48e3-9005-4aea9373063c X-Archives-Hash: a73bb85a4dbdb14169036cb2470aa3e0 commit: 9a384854b3bb77815fcf1c071e0e518f619bd0ef Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 14 07:27:41 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 14 07:27:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a384854 app-i18n/man-pages-l10n: Drop l10n_fa because it does not compile Closes: https://bugs.gentoo.org/833302 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-i18n/man-pages-l10n/man-pages-l10n-4.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.12.1.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.12.1.ebuild index 951aa0731560..a5d769b97b9b 100644 --- a/app-i18n/man-pages-l10n/man-pages-l10n-4.12.1.ebuild +++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.12.1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -MY_L10N=(cs da de el es fa fi fr hu id it mk nb nl pl pt-BR ro sr sv) +MY_L10N=(cs da de el es fi fr hu id it mk nb nl pl pt-BR ro sr sv) IUSE="${MY_L10N[@]/#/l10n_}" REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"