commit: acd92f96b756ca3ceab907823d42c29fee6f8433
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 06:26:53 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 06:43:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd92f96
dev-ruby/rack-attack: avoid unneeded dep on rubocop
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/rack-attack/rack-attack-5.4.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild
b/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild
index ac0a6bf48ae..150fc467801 100644
--- a/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild
+++ b/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild
@@ -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
}