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 C963A15ACFB for ; Tue, 11 Apr 2023 17:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6EBBE0931; Tue, 11 Apr 2023 17:52:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9EF26E0931 for ; Tue, 11 Apr 2023 17:52:31 +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 E3EEC340DAF for ; Tue, 11 Apr 2023 17:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7166A48 for ; Tue, 11 Apr 2023 17:52: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: <1681235532.9b8fc50480cdf1a669c4e9f49b91f7898af6789f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r2.ebuild X-VCS-Directories: dev-ruby/sprockets-rails/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 9b8fc50480cdf1a669c4e9f49b91f7898af6789f X-VCS-Branch: master Date: Tue, 11 Apr 2023 17:52: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: 2fcf258d-bbe0-43e0-87c5-add446e752f2 X-Archives-Hash: 336039b689c4230019d82c07ff34ef77 commit: 9b8fc50480cdf1a669c4e9f49b91f7898af6789f Author: Jakov Smolić gentoo org> AuthorDate: Tue Apr 11 17:52:12 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Apr 11 17:52:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8fc504 dev-ruby/sprockets-rails: Keyword 3.4.2-r2 riscv, #761550 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r2.ebuild b/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r2.ebuild index db9fe041709f..5678567561c9 100644 --- a/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r2.ebuild +++ b/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" IUSE="test"