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 7112F158020 for ; Sat, 3 Dec 2022 13:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2039E2BC002; Sat, 3 Dec 2022 13:24:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0A4A02BC002 for ; Sat, 3 Dec 2022 13:24:30 +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 EB256341462 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 280C6771 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: <1670073765.671cf27bfe45da2f61dcc1bb7632f28895403d9f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activestorage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activestorage/activestorage-6.1.7.ebuild X-VCS-Directories: dev-ruby/activestorage/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 671cf27bfe45da2f61dcc1bb7632f28895403d9f 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: 999cb643-f3ca-4b84-aa49-d81b66d2a628 X-Archives-Hash: 309a3cb9cbb4a20e0659990957faeaf4 commit: 671cf27bfe45da2f61dcc1bb7632f28895403d9f Author: Yu Gu gmail com> AuthorDate: Sat Dec 3 13:20:04 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 3 13:22:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671cf27b dev-ruby/activestorage: Keyword 6.1.7 riscv, #878485 Signed-off-by: Yu Gu gmail.com> Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/activestorage/activestorage-6.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activestorage/activestorage-6.1.7.ebuild b/dev-ruby/activestorage/activestorage-6.1.7.ebuild index 2dc58c21a8ce..f041fa07c247 100644 --- a/dev-ruby/activestorage/activestorage-6.1.7.ebuild +++ b/dev-ruby/activestorage/activestorage-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}"