commit:     fb9631c04c8c353f65adf4e58e9d2ec036a909af
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 09:51:09 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 09:52:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9631c0

dev-ruby/sshkit: another fix to avoid a docker dependency

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

 dev-ruby/sshkit/sshkit-1.23.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/sshkit/sshkit-1.23.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.23.0.ebuild
index 10267f61026b..db5f2d708ff3 100644
--- a/dev-ruby/sshkit/sshkit-1.23.0.ebuild
+++ b/dev-ruby/sshkit/sshkit-1.23.0.ebuild
@@ -33,6 +33,7 @@ all_ruby_prepare() {
                -e '/docker/I s:^:#:' \
                -e '1irequire "pathname"' \
                -i test/helper.rb || die
+       rm -f test/support/docker_wrapper.rb || die
 
        # Fix assumption about parent directory name
        sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die

Reply via email to