From acd92f96b756ca3ceab907823d42c29fee6f8433 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 30 Mar 2019 07:26:53 +0100 Subject: dev-ruby/rack-attack: avoid unneeded dep on rubocop Signed-off-by: Hans de Graaff 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(-) (limited to 'dev-ruby/rack-attack') 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 ac0a6bf48ae3..150fc467801e 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 } -- cgit v1.2.3-65-gdbad