commit:     e9c81e4bf2b58d8e8b548e30f9a556b14c9af004
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 07:26:38 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 07:26:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c81e4b

dev-ruby/oauth: ensure consistent test dependencies

Closes: https://bugs.gentoo.org/937905
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/oauth/oauth-1.1.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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"' \

Reply via email to