diff options
author | 2021-07-16 10:56:12 +0200 | |
---|---|---|
committer | 2021-07-16 11:30:57 +0200 | |
commit | 3bf265bbcaa04afeabed80f39cf85082204dd1e8 (patch) | |
tree | bc8b04afe36994073394655d1bc45e0db24a16de /dev-ruby/haml | |
parent | package.mask: last-rite dev-java/xmlrpc (diff) | |
download | gentoo-3bf265bbcaa04afeabed80f39cf85082204dd1e8.tar.gz gentoo-3bf265bbcaa04afeabed80f39cf85082204dd1e8.tar.bz2 gentoo-3bf265bbcaa04afeabed80f39cf85082204dd1e8.zip |
dev-ruby/haml: fix tests
Avoid dependency on simplecov.
Closes: https://bugs.gentoo.org/802390
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-5.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/haml/haml-5.2.1.ebuild b/dev-ruby/haml/haml-5.2.1.ebuild index 0d700168da1d..9c7af1f851bc 100644 --- a/dev-ruby/haml/haml-5.2.1.ebuild +++ b/dev-ruby/haml/haml-5.2.1.ebuild @@ -47,7 +47,7 @@ all_ruby_prepare() { sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die sed -i -e '/bundler/I s:^:#:' \ - -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\ + -e '/simplecov/I s:^:#:' \ -e '1igem "actionpack", "~>6.0.0"'\ -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", "~>6.0.0"'\ -e '1igem "railties", "~>6.0.0"'\ |