From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1017236-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFEA4138331 for <garchives@archives.gentoo.org>; Fri, 13 Apr 2018 23:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 456E9E08BB; Fri, 13 Apr 2018 23:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BA8AE08BB for <gentoo-commits@lists.gentoo.org>; Fri, 13 Apr 2018 23:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04567335C98 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Apr 2018 23:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23095294 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Apr 2018 23:22:07 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1523661688.1c2fb96dda4857c62ef460d21b8189ff6676066b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/curb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/curb/curb-0.9.4.ebuild X-VCS-Directories: dev-ruby/curb/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1c2fb96dda4857c62ef460d21b8189ff6676066b X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:22:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63f99942-490e-4573-bb4f-1af81b5d9f3f X-Archives-Hash: ac7794a1402259d54611569385e60333 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 }