summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-08-14 09:26:38 +0200
committerHans de Graaff <graaff@gentoo.org>2024-08-14 09:26:38 +0200
commite9c81e4bf2b58d8e8b548e30f9a556b14c9af004 (patch)
treec36792c6081860d12846b60e01fbfc6e4db24844
parentwww-client/firefox-bin: drop 115.13.0, 128.0.3, 129.0 (diff)
downloadgentoo-e9c81e4bf2b58d8e8b548e30f9a556b14c9af004.tar.gz
gentoo-e9c81e4bf2b58d8e8b548e30f9a556b14c9af004.tar.bz2
gentoo-e9c81e4bf2b58d8e8b548e30f9a556b14c9af004.zip
dev-ruby/oauth: ensure consistent test dependencies
Closes: https://bugs.gentoo.org/937905 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/oauth/oauth-1.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/oauth/oauth-1.1.0.ebuild b/dev-ruby/oauth/oauth-1.1.0.ebuild
index 1fcace89c710..8e140227f30b 100644
--- a/dev-ruby/oauth/oauth-1.1.0.ebuild
+++ b/dev-ruby/oauth/oauth-1.1.0.ebuild
@@ -41,7 +41,9 @@ ruby_add_bdepend "test? (
all_ruby_prepare() {
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -i -e 's/if RUN_COVERAGE/if false/' test/test_helper.rb || die
+ sed -e 's/if RUN_COVERAGE/if false/' \
+ -e '3igem "actionpack"' \
+ -i test/test_helper.rb || die
# # Avoid test tripped up by kwargs confusion
sed -e '/test_authorize/askip "kwargs confusion"' \