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 E9563158021 for ; Sat, 3 Dec 2022 13:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F14E1E0D50; Sat, 3 Dec 2022 13:24:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D8883E0D50 for ; Sat, 3 Dec 2022 13:24:29 +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 C1CAD341461 for ; Sat, 3 Dec 2022 13:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018E6692 for ; Sat, 3 Dec 2022 13:24:27 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1670073764.2349d2b4e60c4e09b18ba08f21a564722f759401.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actioncable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actioncable/actioncable-6.1.7.ebuild X-VCS-Directories: dev-ruby/actioncable/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2349d2b4e60c4e09b18ba08f21a564722f759401 X-VCS-Branch: master Date: Sat, 3 Dec 2022 13:24:27 +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: dda5422b-41c7-47f2-8157-e1f7ce55c5ea X-Archives-Hash: b24f888788f210f1e6968d9712ab8c5a commit: 2349d2b4e60c4e09b18ba08f21a564722f759401 Author: Yu Gu gmail com> AuthorDate: Sat Dec 3 13:20:00 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 3 13:22:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2349d2b4 dev-ruby/actioncable: Keyword 6.1.7 riscv, #878485 Signed-off-by: Yu Gu gmail.com> Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/actioncable/actioncable-6.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actioncable/actioncable-6.1.7.ebuild b/dev-ruby/actioncable/actioncable-6.1.7.ebuild index 7001c3d0a2fb..584cc6fbde4b 100644 --- a/dev-ruby/actioncable/actioncable-6.1.7.ebuild +++ b/dev-ruby/actioncable/actioncable-6.1.7.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}"