commit:     eb7bccad9d8ebf3e7de023c512905111fdac8109
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 06:49:21 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 06:49:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7bccad

dev-ruby/faraday: fix tests

Avoid dependency on some development tools.

Closes: https://bugs.gentoo.org/732956
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/faraday/faraday-1.0.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/faraday/faraday-1.0.1.ebuild 
b/dev-ruby/faraday/faraday-1.0.1.ebuild
index 3c85417b7a8..4148d3eb78e 100644
--- a/dev-ruby/faraday/faraday-1.0.1.ebuild
+++ b/dev-ruby/faraday/faraday-1.0.1.ebuild
@@ -41,6 +41,9 @@ all_ruby_prepare() {
        sed -e '/[Cc]overall/ s:^:#:' \
                -e '/lib\/\*\*/ s:^:#:' \
                -e '3igem "rack", "<2.1"' \
+               -e '/simplecov/ s:^:#:' \
+               -e '/SimpleCov/,/end/ s:^:#:' \
+               -e '/pry/ s:^:#:' \
                -i spec/spec_helper.rb || die
 
        # The proxy server is already killed, may be OS X vs Linux issue.

Reply via email to