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 8492715807A for ; Mon, 7 Oct 2024 02:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A73E29AB; Mon, 7 Oct 2024 02:49:10 +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 570E6E29AB for ; Mon, 7 Oct 2024 02:49:10 +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 4E731343166 for ; Mon, 7 Oct 2024 02:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E06951987 for ; Mon, 7 Oct 2024 02:49:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728269324.9c9a924af168c59a73a1c34c8c9477ccfa4ab698.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday/faraday-2.11.0.ebuild X-VCS-Directories: dev-ruby/faraday/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c9a924af168c59a73a1c34c8c9477ccfa4ab698 X-VCS-Branch: master Date: Mon, 7 Oct 2024 02:49: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: cd6fa627-901d-4d0d-acc7-a3ffb2d948d0 X-Archives-Hash: a3ed28b13ddc00a5bf30a9a4736b5e53 commit: 9c9a924af168c59a73a1c34c8c9477ccfa4ab698 Author: Sam James gentoo org> AuthorDate: Mon Oct 7 02:48:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 7 02:48:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9a924a dev-ruby/faraday: Stabilize 2.11.0 amd64, #940970 Signed-off-by: Sam James gentoo.org> dev-ruby/faraday/faraday-2.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/faraday/faraday-2.11.0.ebuild b/dev-ruby/faraday/faraday-2.11.0.ebuild index eb85fdf0765f..fcd3025cfe49 100644 --- a/dev-ruby/faraday/faraday-2.11.0.ebuild +++ b/dev-ruby/faraday/faraday-2.11.0.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="test" DEPEND+=" test? ( sys-process/lsof )"