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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13D4F1581F3 for ; Fri, 29 Nov 2024 14:30:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B9BCE085B; Fri, 29 Nov 2024 14:30:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 586ECE085B for ; Fri, 29 Nov 2024 14:30:43 +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 A1BFD342FED for ; Fri, 29 Nov 2024 14:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E4CC1F45 for ; Fri, 29 Nov 2024 14:30:40 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1732890623.7af2422782c28d775b32b3da5dbbbaf2a771128d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-stubbed_env/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.1.ebuild X-VCS-Directories: dev-ruby/rspec-stubbed_env/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7af2422782c28d775b32b3da5dbbbaf2a771128d X-VCS-Branch: master Date: Fri, 29 Nov 2024 14:30:40 +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: 7e86252c-41b4-4fe0-a25d-74fc8acfa704 X-Archives-Hash: f0b5c80fe6753df141e3b969f96e9d9c commit: 7af2422782c28d775b32b3da5dbbbaf2a771128d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 29 14:30:23 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 29 14:30:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af24227 dev-ruby/rspec-stubbed_env: Keyword 1.0.1 arm64, #944840 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.1.ebuild b/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.1.ebuild index 9c202aa471f3..a1231a42bb74 100644 --- a/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.1.ebuild +++ b/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/pboling/rspec-stubbed_env/archive/refs/tags/v${PV}.t LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" ruby_add_rdepend ">=dev-ruby/rspec-3.0"