dev-ruby/rake: add ruby22

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Hans de Graaff
2017-08-16 20:04:19 +02:00
parent 1575a3f098
commit 2885ecf4d9

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby20 ruby21"
USE_RUBY="ruby21 ruby22"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
@@ -45,7 +45,7 @@ all_ruby_compile() {
}
each_ruby_test() {
${RUBY} -S testrb test/test_*.rb || die
${RUBY} -S testrb-2 test/test_*.rb || die
}
all_ruby_install() {