commit: bd488ce3a5e32439b507e45e264c3d4e88f223b2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 05:32:18 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 07:06:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd488ce3
dev-ruby/debug_inspector: fix minitest deprecation Closes: https://bugs.gentoo.org/911905 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/debug_inspector/debug_inspector-1.1.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/debug_inspector/debug_inspector-1.1.0-r1.ebuild b/dev-ruby/debug_inspector/debug_inspector-1.1.0-r1.ebuild index dacb6b727da3..12619b58d005 100644 --- a/dev-ruby/debug_inspector/debug_inspector-1.1.0-r1.ebuild +++ b/dev-ruby/debug_inspector/debug_inspector-1.1.0-r1.ebuild @@ -25,4 +25,6 @@ IUSE="" all_ruby_prepare() { sed -i -e '/extensiontask/,$ s:^:#:' Rakefile || die + + sed -i -e 's/MiniTest/Minitest/' test/basic_test.rb || die }
