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 7422D158099 for ; Fri, 1 Dec 2023 20:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B84552BC024; Fri, 1 Dec 2023 20:26:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9F6A72BC024 for ; Fri, 1 Dec 2023 20:26:09 +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 E8BF8335D64 for ; Fri, 1 Dec 2023 20:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 814501305 for ; Fri, 1 Dec 2023 20:26:07 +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: <1701462357.9610b1888da9a7ec9d4b5e006404a4e668356741.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-retry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild X-VCS-Directories: dev-ruby/rspec-retry/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9610b1888da9a7ec9d4b5e006404a4e668356741 X-VCS-Branch: master Date: Fri, 1 Dec 2023 20:26:07 +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: 7e9fcadc-2a8d-4936-aecb-f84aabe0163e X-Archives-Hash: f81aa7da5c290624e2c4efd833a8f9d2 commit: 9610b1888da9a7ec9d4b5e006404a4e668356741 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 1 20:25:57 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 1 20:25:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9610b188 dev-ruby/rspec-retry: Keyword 0.6.2 ppc, #913913 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild index 83517ffcb0a4..5f3a204926ee 100644 --- a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild +++ b/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/NoRedInk/rspec-retry" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rspec-core-3.3"