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 8350515808B for ; Mon, 28 Feb 2022 07:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D251E0845; Mon, 28 Feb 2022 07:06:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74596E0845 for ; Mon, 28 Feb 2022 07:06:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94DB7343568 for ; Mon, 28 Feb 2022 07:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D6A2FE for ; Mon, 28 Feb 2022 07:06:23 +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: <1646031715.f1650b2c3a2df5d55d291ede58dd91bb161b87ce.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/stringex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/stringex/stringex-2.8.5.ebuild X-VCS-Directories: dev-ruby/stringex/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f1650b2c3a2df5d55d291ede58dd91bb161b87ce X-VCS-Branch: master Date: Mon, 28 Feb 2022 07:06:23 +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: e4fd0482-503e-49cd-b9b6-cc4d357e8a9a X-Archives-Hash: 4349e4aa545530cc150ba54a3b7a3840 commit: f1650b2c3a2df5d55d291ede58dd91bb161b87ce Author: Alex Fan gmail com> AuthorDate: Mon Feb 28 01:26:33 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Feb 28 07:01:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1650b2c dev-ruby/stringex: keyword 2.8.5 for ~riscv Signed-off-by: Alex Fan gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-ruby/stringex/stringex-2.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild b/dev-ruby/stringex/stringex-2.8.5.ebuild index 33c75756f2f8..b462fe523553 100644 --- a/dev-ruby/stringex/stringex-2.8.5.ebuild +++ b/dev-ruby/stringex/stringex-2.8.5.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rsl/stringex" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" # we could rely on activerecord[sqlite3], but since we do not remove the