mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user