dev-ruby/rack-attack: avoid unneeded dep on rubocop
authorHans de Graaff <graaff@gentoo.org>
Sat, 30 Mar 2019 06:26:53 +0000 (07:26 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sat, 30 Mar 2019 06:43:22 +0000 (07:43 +0100)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-ruby/rack-attack/rack-attack-5.4.2.ebuild

index ac0a6bf48ae343ad7e2dff5351fd9870476611a1..150fc467801e7e6798434e08d948952076dd6987 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,4 +31,5 @@ ruby_add_bdepend "test? (
 all_ruby_prepare() {
        sed -i -e '/\(bundler\|byebug\)/ s:^:#:' Rakefile spec/spec_helper.rb || die
        sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die
+       sed -i -e '/rubocop/I s:^:#:' Rakefile || die
 }