From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B5A071580F6 for ; Tue, 20 May 2025 18:32:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A1BCD343135 for ; Tue, 20 May 2025 18:32:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DFFDF1104BA; Tue, 20 May 2025 18:31:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C784F1103DD for ; Tue, 20 May 2025 18:31:38 +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 82B9D343148 for ; Tue, 20 May 2025 18:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 722AC28B0 for ; Tue, 20 May 2025 18:31:35 +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: <1747765885.b22ff19c1930699cbac01a3436f20a345e8f9136.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-retry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday-retry/faraday-retry-2.3.0.ebuild X-VCS-Directories: dev-ruby/faraday-retry/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b22ff19c1930699cbac01a3436f20a345e8f9136 X-VCS-Branch: master Date: Tue, 20 May 2025 18:31:35 +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: dc26e76f-e96e-41c1-819c-aac43f31debf X-Archives-Hash: fbdb92b60605ac22a52c8d58f95332fc commit: b22ff19c1930699cbac01a3436f20a345e8f9136 Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 20 18:31:25 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 20 18:31:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22ff19c dev-ruby/faraday-retry: Stabilize 2.3.0 amd64, #956234 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/faraday-retry/faraday-retry-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/faraday-retry/faraday-retry-2.3.0.ebuild b/dev-ruby/faraday-retry/faraday-retry-2.3.0.ebuild index b7643200502c..c7193ac9ec87 100644 --- a/dev-ruby/faraday-retry/faraday-retry-2.3.0.ebuild +++ b/dev-ruby/faraday-retry/faraday-retry-2.3.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/lostisland/faraday-retry/archive/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" ruby_add_rdepend "dev-ruby/faraday:2"