projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0399993
)
dev-ruby/timers: [QA] Fix trailing whitespace
author
David Seifert
<soap@gentoo.org>
Sun, 18 Aug 2019 12:28:52 +0000
(14:28 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 18 Aug 2019 12:37:03 +0000
(14:37 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
dev-ruby/timers/timers-4.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/timers/timers-4.2.0.ebuild
b/dev-ruby/timers/timers-4.2.0.ebuild
index 0af0501f6ee2bcb881e6ddc5f60884b7d43516c7..73d35384f4aabfdefd5ef9c92844f604283068b3 100644
(file)
--- 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
}