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 BB57A15808F for ; Fri, 18 Mar 2022 06:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C39B2E08FC; Fri, 18 Mar 2022 06:50:12 +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 A1B97E08FC 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 B662E343659 for ; Fri, 18 Mar 2022 06:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2D2A33F for ; Fri, 18 Mar 2022 06:50:04 +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: <1647586120.d92a4ff045744dc486ee52432cd911ea43d22f9b.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vcr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/vcr/vcr-6.0.0.ebuild X-VCS-Directories: dev-ruby/vcr/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d92a4ff045744dc486ee52432cd911ea43d22f9b X-VCS-Branch: master Date: Fri, 18 Mar 2022 06:50:04 +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: 60719765-f3bc-4889-ae29-a8cad9c71ee1 X-Archives-Hash: 16fb8a6bf6d7ea0053566e8eac1c7d70 commit: d92a4ff045744dc486ee52432cd911ea43d22f9b Author: Yongxiang Liang gmail com> AuthorDate: Tue Mar 15 13:13:01 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Mar 18 06:48:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92a4ff0 dev-ruby/vcr: keyword 6.0.0 for ~riscv Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/vcr/vcr-6.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/vcr/vcr-6.0.0.ebuild b/dev-ruby/vcr/vcr-6.0.0.ebuild index 9df479fba6a9..9664fee48bd6 100644 --- a/dev-ruby/vcr/vcr-6.0.0.ebuild +++ b/dev-ruby/vcr/vcr-6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/vcr/vcr/" SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86" SLOT="$(ver_cut 1)" IUSE="json test"