From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1407642-garchives=archives.gentoo.org@lists.gentoo.org> 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 EE606158091 for <garchives@archives.gentoo.org>; Mon, 13 Jun 2022 08:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCDEE0898; Mon, 13 Jun 2022 08:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3A32E0895 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jun 2022 08:06:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB1DA3413FC for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jun 2022 08:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 247C2502 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jun 2022 08:06:46 +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: <1655107268.494a1e0a3576e70de7b01506e051727389b1dcb7.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/globalid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/globalid/globalid-1.0.0-r1.ebuild X-VCS-Directories: dev-ruby/globalid/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 494a1e0a3576e70de7b01506e051727389b1dcb7 X-VCS-Branch: master Date: Mon, 13 Jun 2022 08:06:46 +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: 095acfc1-703f-4913-aa51-39c506aa3c86 X-Archives-Hash: 0198b850d1057ebde7c5f8e88ef9688d commit: 494a1e0a3576e70de7b01506e051727389b1dcb7 Author: Yu Gu <guyu2876 <AT> gmail <DOT> com> AuthorDate: Sun Jun 12 07:58:46 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Mon Jun 13 08:01:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494a1e0a dev-ruby/globalid: Keyword 1.0.0-r1 riscv, #849530 Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-ruby/globalid/globalid-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/globalid/globalid-1.0.0-r1.ebuild b/dev-ruby/globalid/globalid-1.0.0-r1.ebuild index c685e133c73d..df3b884797a3 100644 --- a/dev-ruby/globalid/globalid-1.0.0-r1.ebuild +++ b/dev-ruby/globalid/globalid-1.0.0-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-5.0 >=dev-ruby/railties-5.0 )"