summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-06-26 15:57:12 +0200
committerHans de Graaff <graaff@gentoo.org>2020-06-26 16:32:06 +0200
commitb8d155bb988460c8cecf1d0406782282f8bfb757 (patch)
tree3708b671263b77f224705436f5a44fb25d190dd5
parentapp-admin/terraform: Version bump (v0.12.28) (diff)
downloadgentoo-b8d155bb.tar.gz
gentoo-b8d155bb.tar.bz2
gentoo-b8d155bb.zip
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@gentoo.org>
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
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() {