projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759d3b9
)
dev-ruby/httparty: avoid dependency on simplecov
author
Hans de Graaff
<graaff@gentoo.org>
Tue, 11 Aug 2015 05:18:13 +0000
(07:18 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Tue, 11 Aug 2015 05:18:13 +0000
(07:18 +0200)
Package-Manager: portage-2.2.20
dev-ruby/httparty/httparty-0.13.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/httparty/httparty-0.13.5.ebuild
b/dev-ruby/httparty/httparty-0.13.5.ebuild
index 111bb8a9509fad0e9d9ba599021b8de89e2cf9b9..f7bb43d7d4dad020944b5cd98712309d0958743f 100644
(file)
--- a/
dev-ruby/httparty/httparty-0.13.5.ebuild
+++ b/
dev-ruby/httparty/httparty-0.13.5.ebuild
@@
-35,6
+35,10
@@
all_ruby_prepare() {
# Avoid test dependency on cucumber. We can't run the features since
# they depend on mongrel which is no longer packaged.
sed -i -e '/cucumber/I s:^:#:' Rakefile || die
+
+ # Avoid test dependency on simplecov
+ sed -i -e '/simplecov/I s:^:#:' \
+ -e '1i require "cgi"' spec/spec_helper.rb || die
}
each_ruby_test() {