commit: b8d155bb988460c8cecf1d0406782282f8bfb757 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jun 26 13:57:12 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jun 26 14:32:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d155bb
dev-ruby/multi_xml: avoid dep on rubocop Closes: https://bugs.gentoo.org/704142 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild index daa192d2ecf..d73279c7737 100644 --- a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild +++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild @@ -31,7 +31,10 @@ all_ruby_prepare() { eapply "${FILESDIR}/${P}-ox24.patch" sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die - sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || die + sed -e '/bundler/I s:^:#:' \ + -e '/yardstick/,/end/ s:^:#:' \ + -e '/rubocop/I s:^:#:' \ + -i Rakefile || die } each_ruby_test() {
