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 E9C18158094 for ; Fri, 29 Jul 2022 04:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75609E09D0; Fri, 29 Jul 2022 04:49:02 +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 06CFCE09D0 for ; Fri, 29 Jul 2022 04:49:02 +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 BA2263411C9 for ; Fri, 29 Jul 2022 04:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0089E55F for ; Fri, 29 Jul 2022 04:48:58 +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: <1659070130.b3b089d6b387f320ee6c66ddce1ffc7586502160.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild X-VCS-Directories: dev-ruby/faraday-net_http/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b3b089d6b387f320ee6c66ddce1ffc7586502160 X-VCS-Branch: master Date: Fri, 29 Jul 2022 04:48:58 +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: 7e3a2dd9-b347-4df3-a127-5f7185b90d46 X-Archives-Hash: 21af7a6c58e3ba99345a316a5fe0419f commit: b3b089d6b387f320ee6c66ddce1ffc7586502160 Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 28 10:18:50 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 29 04:48:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b089d6 dev-ruby/faraday-net_http: also allow faraday:2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild index 36a3c31c91c0..51675bcf0249 100644 --- a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild +++ b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild @@ -23,7 +23,7 @@ SLOT="$(ver_cut 1)" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" -ruby_add_bdepend "test? ( >=dev-ruby/faraday-1.3.1:1 )" +ruby_add_bdepend "test? ( || ( dev-ruby/faraday:2 >=dev-ruby/faraday-1.3.1:1 ) )" all_ruby_prepare() { sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die