commit: e6d805df99d53645b2493a5f112b11d56af1a1e1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:18:21 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:18:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d805df
dev-ruby/multi_xml: use compatible minitest slot
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/multi_xml/multi_xml-0.8.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild
b/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild
index 27b7b8326ddb..c3d4396fa420 100644
--- a/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild
@@ -27,7 +27,7 @@ IUSE="doc test"
ruby_add_rdepend "|| ( dev-ruby/bigdecimal:4 >=dev-ruby/bigdecimal-3.1:0 )"
ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.27 dev-ruby/ox )"
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.27:5 dev-ruby/ox )"
all_ruby_prepare() {
sed -e 's:_relative ": "./:' \
@@ -42,6 +42,7 @@ all_ruby_prepare() {
# Avoid coverage dependencies
sed -e '/simplecov/,/^end/ s:^:#:' \
-e '/mutant/ s:^:#:' \
+ -e '1igem "minitest", "~> 5.0"' \
-i test/test_helper.rb || die
sed -e '/cover/ s:^:#:' \
-e '/Mutant/ s:^:#:' \