From b8d155bb988460c8cecf1d0406782282f8bfb757 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 26 Jun 2020 15:57:12 +0200 Subject: 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 --- dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild') 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 daa192d2ecfb..d73279c77376 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() { -- cgit v1.2.3-65-gdbad