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 5FE6D13835A for ; Wed, 2 Jun 2021 02:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 025B9E087A; Wed, 2 Jun 2021 02:42:50 +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 DB48CE087A for ; Wed, 2 Jun 2021 02:42:49 +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 C24FD341061 for ; Wed, 2 Jun 2021 02:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B657AA for ; Wed, 2 Jun 2021 02:42:45 +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: <1622601704.b1ee53c5b0ac58b124315590fde2c66ab8e5bb4f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/unicode-data/unicode-data-13.0.0.ebuild X-VCS-Directories: app-i18n/unicode-data/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b1ee53c5b0ac58b124315590fde2c66ab8e5bb4f X-VCS-Branch: master Date: Wed, 2 Jun 2021 02:42:45 +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: 0d2f6168-fa3c-4a91-b636-a69d831f6b18 X-Archives-Hash: d80bf537a8487f9c89e5aeb186a0b39d commit: b1ee53c5b0ac58b124315590fde2c66ab8e5bb4f Author: Yixun Lan gentoo org> AuthorDate: Wed Jun 2 01:53:27 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jun 2 02:41:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee53c5 app-i18n/unicode-data: add riscv keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild index df4a20d9eb0..51dd6ec58bc 100644 --- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" DEPEND="app-arch/unzip"