From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1325315-garchives=archives.gentoo.org@lists.gentoo.org> 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 181D4158017 for <garchives@archives.gentoo.org>; Wed, 29 Sep 2021 14:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A57E096D; Wed, 29 Sep 2021 14:12:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C956E096D for <gentoo-commits@lists.gentoo.org>; Wed, 29 Sep 2021 14:12:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 361DF342DD7 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Sep 2021 14:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6A0214C for <gentoo-commits@lists.gentoo.org>; Wed, 29 Sep 2021 14:12:54 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> 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" <dlan@gentoo.org> Message-ID: <1632924713.f02b21e7f7581f388b703fd5bbcd143d3422cbfc.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/chasen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/chasen/chasen-2.4.4-r3.ebuild X-VCS-Directories: app-text/chasen/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f02b21e7f7581f388b703fd5bbcd143d3422cbfc X-VCS-Branch: master Date: Wed, 29 Sep 2021 14:12:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c85e21d-8a4b-4b41-a261-763a0dbd5744 X-Archives-Hash: c41b4f10587caf262709b3d80047a0d1 commit: f02b21e7f7581f388b703fd5bbcd143d3422cbfc Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com> AuthorDate: Tue Sep 28 06:17:36 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed Sep 29 14:11:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02b21e7 app-text/chasen: keyword 2.4.4-r3 for ~riscv Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-text/chasen/chasen-2.4.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/chasen/chasen-2.4.4-r3.ebuild b/app-text/chasen/chasen-2.4.4-r3.ebuild index e8557113ca4..179bcc124be 100644 --- a/app-text/chasen/chasen-2.4.4-r3.ebuild +++ b/app-text/chasen/chasen-2.4.4-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/chasen-legacy/32224/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~sparc-solaris" +KEYWORDS="amd64 ppc ~ppc64 ~riscv x86 ~sparc-solaris" IUSE="perl static-libs" DEPEND=">=dev-libs/darts-0.32"