commit: afb6e79335c6a96e9aaac3f4f63a5e8ef65a1f4e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 7 18:50:19 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 7 18:53:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb6e793
dev-ruby/term-ansicolor: add ruby27
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/term-ansicolor/term-ansicolor-1.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.7.1.ebuild
b/dev-ruby/term-ansicolor/term-ansicolor-1.7.1.ebuild
index 03e0f7a031b..a8544f92c56 100644
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.7.1.ebuild
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.7.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="none"
@@ -23,7 +23,7 @@ IUSE=""
ruby_add_rdepend ">=dev-ruby/tins-1.0"
each_ruby_test() {
- ${RUBY} -Ilib -S testrb-2 tests/*_test.rb || die
+ ${RUBY} -Ilib:.:tests -e 'Dir["tests/*_test.rb"].each{|f| require f}'
|| die
}
all_ruby_install() {