diff options
author | 2024-02-18 09:07:20 +0100 | |
---|---|---|
committer | 2024-02-18 09:30:18 +0100 | |
commit | 9b11c78e1780d743f3521cf882d4b0d08fb09c62 (patch) | |
tree | c1bce3e8ff2eda0c5fa24df6f6135e4e857f0d7f /dev-ruby/bindata | |
parent | games-emulation/pcsx2: Stabilize 1.7.5474 amd64, #924765 (diff) | |
download | gentoo-9b11c78e1780d743f3521cf882d4b0d08fb09c62.tar.gz gentoo-9b11c78e1780d743f3521cf882d4b0d08fb09c62.tar.bz2 gentoo-9b11c78e1780d743f3521cf882d4b0d08fb09c62.zip |
dev-ruby/bindata: avoid dependency on simplecov
Closes: https://bugs.gentoo.org/924869
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/bindata')
-rw-r--r-- | dev-ruby/bindata/bindata-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |