commit: 1c2fb96dda4857c62ef460d21b8189ff6676066b
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Apr 10 23:59:29 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 23:21:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2fb96d
dev-ruby/curb: remove trailing whitespace
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-ruby/curb/curb-0.9.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/curb/curb-0.9.4.ebuild b/dev-ruby/curb/curb-0.9.4.ebuild
index 43b3caf607d..db408773e22 100644
--- a/dev-ruby/curb/curb-0.9.4.ebuild
+++ b/dev-ruby/curb/curb-0.9.4.ebuild
@@ -30,7 +30,7 @@ all_ruby_prepare() {
sed -e '/test_easy_http_verbs_must_respond_to_str/,/^ end/ s:^:#:' \
-i tests/tc_curl_easy.rb || die
- # avoid failing tests where failure condition seems weird, no
+ # avoid failing tests where failure condition seems weird, no
# upstream travis so not clear if the test is indeed broken.
sed -i -e '/test_multi_easy_http/,/^ end/ s:^:#:'
tests/tc_curl_multi.rb || die
}