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 52C1015808F for ; Fri, 18 Mar 2022 06:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC45E0908; Fri, 18 Mar 2022 06:50:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4DC9E0908 for ; Fri, 18 Mar 2022 06:50:12 +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 834DE3436E2 for ; Fri, 18 Mar 2022 06:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C0F0344 for ; Fri, 18 Mar 2022 06:50:05 +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: <1647586123.088c59920cc08891eca79d86b57b7eb1bbf783c0.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ref/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ref/ref-2.0.0-r1.ebuild X-VCS-Directories: dev-ruby/ref/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 088c59920cc08891eca79d86b57b7eb1bbf783c0 X-VCS-Branch: master Date: Fri, 18 Mar 2022 06:50:05 +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: 87166170-c139-4b74-bc52-f051c623f514 X-Archives-Hash: 60f0b445a163b46cc4f219a7fc0c6ec4 commit: 088c59920cc08891eca79d86b57b7eb1bbf783c0 Author: Yongxiang Liang gmail com> AuthorDate: Tue Mar 15 13:13:19 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Mar 18 06:48:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088c5992 dev-ruby/ref: keyword 2.0.0-r1 for ~riscv Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/ref/ref-2.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ref/ref-2.0.0-r1.ebuild b/dev-ruby/ref/ref-2.0.0-r1.ebuild index 1bdcb660db57..21dc98b1ef24 100644 --- a/dev-ruby/ref/ref-2.0.0-r1.ebuild +++ b/dev-ruby/ref/ref-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby-concurrency/ref/archive/v${PV}.tar.gz -> ${P}.t LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="" all_ruby_prepare() {