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 5AD0415808B for ; Sat, 17 Feb 2024 08:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59F29E2A46; Sat, 17 Feb 2024 08:29:09 +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 36D93E2A46 for ; Sat, 17 Feb 2024 08:29: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 4B13233BEF5 for ; Sat, 17 Feb 2024 08:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B555C14D3 for ; Sat, 17 Feb 2024 08:29:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1708158530.6fb0bbca22853efd1bcadfdfde08c9a796ce5bd7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-httpclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday-httpclient/faraday-httpclient-1.0.1.ebuild X-VCS-Directories: dev-ruby/faraday-httpclient/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6fb0bbca22853efd1bcadfdfde08c9a796ce5bd7 X-VCS-Branch: master Date: Sat, 17 Feb 2024 08:29:05 +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: c373790d-ed54-4793-adf6-91bcba0903c2 X-Archives-Hash: e45bbdca1c55d5886f0415f6fdcbca21 commit: 6fb0bbca22853efd1bcadfdfde08c9a796ce5bd7 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 17 08:28:31 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 17 08:28:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb0bbca dev-ruby/faraday-httpclient: enable ruby32 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/faraday-httpclient/faraday-httpclient-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/faraday-httpclient/faraday-httpclient-1.0.1.ebuild b/dev-ruby/faraday-httpclient/faraday-httpclient-1.0.1.ebuild index ef0df3d03d03..0688a201cfa8 100644 --- a/dev-ruby/faraday-httpclient/faraday-httpclient-1.0.1.ebuild +++ b/dev-ruby/faraday-httpclient/faraday-httpclient-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31" +USE_RUBY="ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_RECIPE_TEST="rspec3"