From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 89EAD138334 for ; Sun, 18 Aug 2019 12:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6503E0AE1; Sun, 18 Aug 2019 12:37:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9E232E0ADF for ; Sun, 18 Aug 2019 12:37:30 +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 52E1E349DBE for ; Sun, 18 Aug 2019 12:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2AEF775 for ; Sun, 18 Aug 2019 12:37:26 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566131823.c3f72a738e9598a09043e574be21fcd1bcee1b06.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/timers/timers-4.2.0.ebuild X-VCS-Directories: dev-ruby/timers/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c3f72a738e9598a09043e574be21fcd1bcee1b06 X-VCS-Branch: master Date: Sun, 18 Aug 2019 12:37:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 705bdf2d-ca5f-4574-9eac-c4a1eafd3e1c X-Archives-Hash: 622f8623d31a2d961ed9d74ac4f8f850 commit: c3f72a738e9598a09043e574be21fcd1bcee1b06 Author: David Seifert gentoo org> AuthorDate: Sun Aug 18 12:28:52 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 18 12:37:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f72a73 dev-ruby/timers: [QA] Fix trailing whitespace Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-ruby/timers/timers-4.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/timers/timers-4.2.0.ebuild b/dev-ruby/timers/timers-4.2.0.ebuild index 0af0501f6ee..73d35384f4a 100644 --- a/dev-ruby/timers/timers-4.2.0.ebuild +++ b/dev-ruby/timers/timers-4.2.0.ebuild @@ -25,7 +25,7 @@ all_ruby_prepare() { sed -i -e '/coveralls/ s:^:#:' spec/spec_helper.rb || die sed -i -e '/Coveralls/ s:^:#:' spec/spec_helper.rb || die - # Avoid performance specs to avoid ruby-prof dependency and + # Avoid performance specs to avoid ruby-prof dependency and # because we cannot provide a good environment for performance testing. rm -f spec/timers/performance_spec.rb || die }