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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB6211396D0 for ; Fri, 8 Sep 2017 20:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5CAF1FC076; Fri, 8 Sep 2017 20:11:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B860DE0CBD for ; Fri, 8 Sep 2017 20:11:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E294341758 for ; Fri, 8 Sep 2017 20:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540D59046 for ; Fri, 8 Sep 2017 20:11:47 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1504901366.9cb7f013092ab9c63f27c26828bb0b5d48a7d822.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-cldr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild X-VCS-Directories: app-i18n/unicode-cldr/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 9cb7f013092ab9c63f27c26828bb0b5d48a7d822 X-VCS-Branch: master Date: Fri, 8 Sep 2017 20:11:47 +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-Archives-Salt: 60baec1c-d1f5-4871-90cf-b34f19feffe9 X-Archives-Hash: d9fb71508f56794b3d082054e214fe87 commit: 9cb7f013092ab9c63f27c26828bb0b5d48a7d822 Author: Markus Meier gentoo org> AuthorDate: Fri Sep 8 20:09:26 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Sep 8 20:09:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb7f013 app-i18n/unicode-cldr: add ~arm, bug #626804 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild index a5e618538eb..95ba5021fd7 100644 --- a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild +++ b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://${PN%-*}.org/Public/${PN/*-}/${PV}/core.zip -> ${PN}-common-${PV LICENSE="unicode" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="app-arch/unzip"