commit: cabba627f970d25ea52d00dfe8dacd74b8a22f40 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jan 10 06:40:13 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jan 10 06:40:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabba627
dev-ruby/typhoeus: drop obsolete faraday:0 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild b/dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild index ffaf7dcb9362..d6edb9d53ec7 100644 --- a/dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ IUSE="" # 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 )" +ruby_add_bdepend "test? ( dev-ruby/json dev-ruby/faraday:1 >=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 >=dev-ruby/dalli-2.7.9 )" all_ruby_prepare() { sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die