commit:     9b11c78e1780d743f3521cf882d4b0d08fb09c62
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 08:07:20 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 08:30:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b11c78e

dev-ruby/bindata: avoid dependency on simplecov

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

 dev-ruby/bindata/bindata-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/bindata/bindata-2.5.0.ebuild 
b/dev-ruby/bindata/bindata-2.5.0.ebuild
index 57ed44e62c84..a30bd5321636 100644
--- a/dev-ruby/bindata/bindata-2.5.0.ebuild
+++ b/dev-ruby/bindata/bindata-2.5.0.ebuild
@@ -18,5 +18,5 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
 
 all_ruby_prepare() {
        sed -i -e '/[Bb]undler/d' Rakefile || die
-       sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+       sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
 }

Reply via email to