Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml/
Date: Fri, 16 Jul 2021 09:31:06
Message-Id: 1626427857.3bf265bbcaa04afeabed80f39cf85082204dd1e8.graaff@gentoo
1 commit: 3bf265bbcaa04afeabed80f39cf85082204dd1e8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 08:56:12 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 09:30:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf265bb
7
8 dev-ruby/haml: fix tests
9
10 Avoid dependency on simplecov.
11
12 Closes: https://bugs.gentoo.org/802390
13 Package-Manager: Portage-3.0.20, Repoman-3.0.2
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15
16 dev-ruby/haml/haml-5.2.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-ruby/haml/haml-5.2.1.ebuild b/dev-ruby/haml/haml-5.2.1.ebuild
20 index 0d700168da1..9c7af1f851b 100644
21 --- a/dev-ruby/haml/haml-5.2.1.ebuild
22 +++ b/dev-ruby/haml/haml-5.2.1.ebuild
23 @@ -47,7 +47,7 @@ all_ruby_prepare() {
24
25 sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die
26 sed -i -e '/bundler/I s:^:#:' \
27 - -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
28 + -e '/simplecov/I s:^:#:' \
29 -e '1igem "actionpack", "~>6.0.0"'\
30 -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", "~>6.0.0"'\
31 -e '1igem "railties", "~>6.0.0"'\