summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-04-07 20:50:19 +0200
committerHans de Graaff <graaff@gentoo.org>2020-04-07 20:53:36 +0200
commitafb6e79335c6a96e9aaac3f4f63a5e8ef65a1f4e (patch)
tree5a92c75414e8e9fa705770b9b18957f87308e2b2 /dev-ruby
parentdev-ruby/tins: fix gemspecs (diff)
downloadgentoo-afb6e79335c6a96e9aaac3f4f63a5e8ef65a1f4e.tar.gz
gentoo-afb6e79335c6a96e9aaac3f4f63a5e8ef65a1f4e.tar.bz2
gentoo-afb6e79335c6a96e9aaac3f4f63a5e8ef65a1f4e.zip
dev-ruby/term-ansicolor: add ruby27
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/term-ansicolor/term-ansicolor-1.7.1.ebuild4
1 files 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 03e0f7a031bb..a8544f92c569 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() {