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 F3F2015800A for ; Sun, 27 Aug 2023 10:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00C142BC0C8; Sun, 27 Aug 2023 10:16: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA3F72BC0C8 for ; Sun, 27 Aug 2023 10:16:28 +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 EAAAE335D85 for ; Sun, 27 Aug 2023 10:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52CA810B6 for ; Sun, 27 Aug 2023 10:16:26 +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: <1693131380.2d66a4e6b94abcc1eb06a3164b724b6f9cc9bcb8.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rest-client/rest-client-2.1.0-r1.ebuild X-VCS-Directories: dev-ruby/rest-client/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2d66a4e6b94abcc1eb06a3164b724b6f9cc9bcb8 X-VCS-Branch: master Date: Sun, 27 Aug 2023 10:16:26 +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: ecba5b73-2067-469d-9a36-80daa48096ea X-Archives-Hash: 83bdd09dc33fca344932b99fd3a41db4 commit: 2d66a4e6b94abcc1eb06a3164b724b6f9cc9bcb8 Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 27 10:16:20 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 27 10:16:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d66a4e6 dev-ruby/rest-client: Keyword 2.1.0-r1 riscv, #913034 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/rest-client/rest-client-2.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rest-client/rest-client-2.1.0-r1.ebuild b/dev-ruby/rest-client/rest-client-2.1.0-r1.ebuild index f8909dbf533f..8ad89ea60d3d 100644 --- a/dev-ruby/rest-client/rest-client-2.1.0-r1.ebuild +++ b/dev-ruby/rest-client/rest-client-2.1.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rest-client/rest-client" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ~riscv ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/webmock:3 )"