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>
This commit is contained in:
Hans de Graaff
2020-06-26 15:57:12 +02:00
parent bc0825e361
commit b8d155bb98

View File

@@ -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() {