diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-14 09:26:38 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-14 09:26:38 +0200 |
commit | e9c81e4bf2b58d8e8b548e30f9a556b14c9af004 (patch) | |
tree | c36792c6081860d12846b60e01fbfc6e4db24844 | |
parent | www-client/firefox-bin: drop 115.13.0, 128.0.3, 129.0 (diff) | |
download | gentoo-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.ebuild | 4 |
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"' \ |