From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1470581-garchives=archives.gentoo.org@lists.gentoo.org>
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 EA763158020
	for <garchives@archives.gentoo.org>; Sat, 24 Dec 2022 06:35:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 43099E089A;
	Sat, 24 Dec 2022 06:35:20 +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 AFA5FE087A
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 06:35:19 +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 CE4BD33BE32
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 06:35:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E527F1
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 06:35:15 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1671863511.0d62d2439ba82cff58a7ea15323844778b2833d1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typhoeus/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild
X-VCS-Directories: dev-ruby/typhoeus/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0d62d2439ba82cff58a7ea15323844778b2833d1
X-VCS-Branch: master
Date: Sat, 24 Dec 2022 06:35:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3ef19f4c-c968-40e8-814a-c892eb93e290
X-Archives-Hash: 2db17416ef46e59f362b5e3cc78b4dc6

commit:     0d62d2439ba82cff58a7ea15323844778b2833d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 06:01:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 06:31:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d62d243

dev-ruby/typhoeus: depend on older dev-ruby/ethon

I've reported the failure upstream at https://github.com/typhoeus/typhoeus/issues/710
but I consistently get test failures with ethon-0.16.0 and they go away
when I downgrade it to 0.15.0.

Bug: https://github.com/typhoeus/typhoeus/issues/710
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild                            | 4 +++-
 .../typhoeus/{typhoeus-1.4.0-r1.ebuild => typhoeus-1.4.0-r2.ebuild}   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild b/dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild
index b6c62ee9b3be..ffaf7dcb9362 100644
--- a/dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild
+++ b/dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild
@@ -21,7 +21,9 @@ SLOT="1"
 KEYWORDS="~amd64"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/ethon-0.9.0"
+# Tests fail with ethon-0.16.0
+# https://github.com/typhoeus/typhoeus/issues/710
+ruby_add_rdepend "<dev-ruby/ethon-0.16.0"
 
 ruby_add_bdepend "test? ( dev-ruby/json || ( dev-ruby/faraday:1 >=dev-ruby/faraday-0.9:0 ) >=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 >=dev-ruby/dalli-2.7.9 )"
 

diff --git a/dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild b/dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild
similarity index 88%
copy from dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild
copy to dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild
index b6c62ee9b3be..ffaf7dcb9362 100644
--- a/dev-ruby/typhoeus/typhoeus-1.4.0-r1.ebuild
+++ b/dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild
@@ -21,7 +21,9 @@ SLOT="1"
 KEYWORDS="~amd64"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/ethon-0.9.0"
+# Tests fail with ethon-0.16.0
+# https://github.com/typhoeus/typhoeus/issues/710
+ruby_add_rdepend "<dev-ruby/ethon-0.16.0"
 
 ruby_add_bdepend "test? ( dev-ruby/json || ( dev-ruby/faraday:1 >=dev-ruby/faraday-0.9:0 ) >=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 >=dev-ruby/dalli-2.7.9 )"