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 857C91392E8 for ; Sat, 24 Jul 2021 23:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41F9DE0BFC; Sat, 24 Jul 2021 23:44:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 21F3EE0BF8 for ; Sat, 24 Jul 2021 23:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BEA88342D5A for ; Sat, 24 Jul 2021 23:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E5B827 for ; Sat, 24 Jul 2021 23:43:56 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1627170008.6f6c0bda3d9bf2205446fdd638e6ec8bd3a4da09.dlan@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-37.0.ebuild X-VCS-Directories: app-i18n/unicode-cldr/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 6f6c0bda3d9bf2205446fdd638e6ec8bd3a4da09 X-VCS-Branch: master Date: Sat, 24 Jul 2021 23:43:56 +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: 2faf09e6-93f2-4ac2-aa22-f612cd2fbc04 X-Archives-Hash: 3c8b8bcada5860fa923dc0c7cf9897f3 commit: 6f6c0bda3d9bf2205446fdd638e6ec8bd3a4da09 Author: Alex Fan yahoo com> AuthorDate: Fri Jul 23 03:49:10 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Jul 24 23:40:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6c0bda app-i18n/unicode-cldr: keyword 37.0 for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> app-i18n/unicode-cldr/unicode-cldr-37.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/unicode-cldr/unicode-cldr-37.0.ebuild b/app-i18n/unicode-cldr/unicode-cldr-37.0.ebuild index a6c32ce6d0d..faf48dd3eca 100644 --- a/app-i18n/unicode-cldr/unicode-cldr-37.0.ebuild +++ b/app-i18n/unicode-cldr/unicode-cldr-37.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -9,7 +9,7 @@ SRC_URI="https://unicode.org/Public/${PN#*-}/${PV%.0}/${PN#*-}-common-${PV}.zip LICENSE="unicode" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" DEPEND="app-arch/unzip"