commit: 5fb741cac05185c0c63edf65c6963615d81d8b2c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 05:19:09 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 05:29:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb741ca
dev-ruby/maxitest: drop mutex_m workaround
This requires a new enough minitest version where this is fixed.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/maxitest/maxitest-5.5.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-ruby/maxitest/maxitest-5.5.0.ebuild
b/dev-ruby/maxitest/maxitest-5.5.0.ebuild
index 2d4e9c6b4e44..79c9eb8c9ccf 100644
--- a/dev-ruby/maxitest/maxitest-5.5.0.ebuild
+++ b/dev-ruby/maxitest/maxitest-5.5.0.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
ruby_add_rdepend ">=dev-ruby/minitest-5.14.0:* <dev-ruby/minitest-5.24.0:*"
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
+ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/minitest-5.21.0 )"
all_ruby_prepare() {
rm -f Gemfile.lock || die
@@ -31,7 +31,6 @@ all_ruby_prepare() {
sed -e 's:_relative ": "./:' \
-i ${RUBY_FAKEGEM_GEMSPEC} || die
sed -e '/\(debug\|bump\)/ s:^:#:' \
- -e 'agem "mutex_m"' \
-i Gemfile || die
sed -e '/shows backtrace for/askip' \