dev-ruby/fast-stemmer: add ruby24
authorHans de Graaff <graaff@gentoo.org>
Fri, 24 Mar 2017 05:58:39 +0000 (06:58 +0100)
committerHans de Graaff <graaff@gentoo.org>
Fri, 24 Mar 2017 05:58:39 +0000 (06:58 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild

index f7a0091836b720b2c02db8bbe1a3ef8672506d70..8adccc30aec6e93d6ddf7669cee60ff89766a71e 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README"
@@ -31,5 +31,5 @@ each_ruby_compile() {
 }
 
 each_ruby_test() {
-       ${RUBY} -Ilib -S testrb test/fast_stemmer_test.rb || die
+       ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die
 }