dev-ruby/amatch: add ruby24

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Hans de Graaff
2017-03-24 07:25:49 +01:00
parent dc62898724
commit 904d85d09d

View 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="ruby20 ruby21 ruby22 ruby23"
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
@@ -29,5 +29,5 @@ each_ruby_compile() {
}
each_ruby_test() {
${RUBY} -Ilib -S testrb tests/* || die
${RUBY} -Ilib -S testrb-2 tests/* || die
}