projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905b2ff
)
dev-ruby/rack-attack: avoid unneeded dep on rubocop
author
Hans de Graaff
<graaff@gentoo.org>
Sat, 30 Mar 2019 06:26:53 +0000
(07:26 +0100)
committer
Hans 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
patch
|
blob
|
history
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 ac0a6bf48ae343ad7e2dff5351fd9870476611a1..150fc467801e7e6798434e08d948952076dd6987 100644
(file)
--- 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-201
8
Gentoo Authors
+# Copyright 1999-201
9
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
}