commit: a445be1cf28f7fa3b6ccf72871c4d2ed64ce5541
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Wed Apr 11 00:00:01 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 23:21:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a445be1c
dev-ruby/awesome_print: remove trailing whitespace
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
index 7caeb5ca5ec..17c44c42876 100644
--- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,8 +32,8 @@ all_ruby_prepare() {
-e '/simplecov/I s:^:#:' \
spec/spec_helper.rb || die
- # Avoid activerecord specs since they don't run
- # consistently accross rails versions and not all
+ # Avoid activerecord specs since they don't run
+ # consistently accross rails versions and not all
# arches have rails
rm -f spec/ext/active_record_spec.rb || die
}