summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-01-10 07:40:13 +0100
committerHans de Graaff <graaff@gentoo.org>2023-01-10 07:40:31 +0100
commitcabba627f970d25ea52d00dfe8dacd74b8a22f40 (patch)
treee4c72c08b1326ff13f4f3c5bc33bd3452e2026af /dev-ruby/typhoeus
parentdev-ruby/typhoeus: drop 1.4.0, 1.4.0-r1 (diff)
downloadgentoo-cabba627f970d25ea52d00dfe8dacd74b8a22f40.tar.gz
gentoo-cabba627f970d25ea52d00dfe8dacd74b8a22f40.tar.bz2
gentoo-cabba627f970d25ea52d00dfe8dacd74b8a22f40.zip
dev-ruby/typhoeus: drop obsolete faraday:0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/typhoeus')
-rw-r--r--dev-ruby/typhoeus/typhoeus-1.4.0-r2.ebuild4
1 files 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