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 B6106158091 for ; Sun, 12 Jun 2022 08:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA13E0876; Sun, 12 Jun 2022 08:53:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D40BBE0876 for ; Sun, 12 Jun 2022 08:53:23 +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 04C5F341792 for ; Sun, 12 Jun 2022 08:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A0CC44B for ; Sun, 12 Jun 2022 08:53:21 +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: <1655023993.090a5af0e44beaac3da7f1ec4e3adae19e9f261a.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.14.0.ebuild X-VCS-Directories: app-i18n/man-pages-l10n/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 090a5af0e44beaac3da7f1ec4e3adae19e9f261a X-VCS-Branch: master Date: Sun, 12 Jun 2022 08:53:21 +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: a2b945a3-d3cb-4ac4-bedb-6667da095344 X-Archives-Hash: 105bfca5df6ff0db3244302667eea3cb commit: 090a5af0e44beaac3da7f1ec4e3adae19e9f261a Author: Ulrich Müller gentoo org> AuthorDate: Sun Jun 12 08:32:20 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 12 08:53:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090a5af0 app-i18n/man-pages-l10n: Drop Persian No Makefile in language directory. Closes: https://bugs.gentoo.org/851483 Signed-off-by: Ulrich Müller gentoo.org> app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild index 3addc26f9aac..6f1244e6a3b6 100644 --- a/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild +++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild @@ -11,7 +11,7 @@ S="${WORKDIR}/${P/-}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 uk vi) +MY_L10N=(cs da de el es fi fr hu id it mk nb nl pl pt-BR ro sr sv uk vi) IUSE="${MY_L10N[@]/#/l10n_}" REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"