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 B485E15808B 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 1D796E0920; Fri, 18 Mar 2022 06:50:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D7480E0916 for ; Fri, 18 Mar 2022 06:50:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B9353435A8 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 A2643351 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: <1647586129.cb3d6d12aa043b4f557f2148f88e73b29512bc88.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspectacular/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild X-VCS-Directories: dev-ruby/rspectacular/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: cb3d6d12aa043b4f557f2148f88e73b29512bc88 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: c33f255e-0658-40c1-9870-364df3912b23 X-Archives-Hash: bb4e02a340b0390b3ab875ebc1888de3 commit: cb3d6d12aa043b4f557f2148f88e73b29512bc88 Author: Yongxiang Liang gmail com> AuthorDate: Tue Mar 15 14:43:21 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Mar 18 06:48:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3d6d12 dev-ruby/rspectacular: keyword 0.70.8-r1 for ~riscv Signed-off-by: Yongxiang Liang gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24606 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild b/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild index 7e58d39819f4..5a7ded17eccf 100644 --- a/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild +++ b/dev-ruby/rspectacular/rspectacular-0.70.8-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=7 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/thekompanee/rspectacular" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 dev-ruby/shoulda-matchers:3"