From 6a97aab53566516854a609ad550039f8593698b6 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 14 Aug 2017 20:54:01 +0200 Subject: [PATCH] dev-ruby/json: add ruby22 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-ruby/json/json-1.8.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/json/json-1.8.2-r1.ebuild b/dev-ruby/json/json-1.8.2-r1.ebuild index a7de3ac62337..e15a6827e7db 100644 --- a/dev-ruby/json/json-1.8.2-r1.ebuild +++ b/dev-ruby/json/json-1.8.2-r1.ebuild @@ -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="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README.rdoc README-json-jruby.markdown" @@ -52,11 +52,11 @@ each_ruby_compile() { each_ruby_test() { JSON=pure \ - ${RUBY} -Iext:lib -S testrb tests/test_*.rb || die "pure ruby tests failed" + ${RUBY} -Iext:lib -S testrb-2 tests/test_*.rb || die "pure ruby tests failed" if [[ $(basename ${RUBY}) != "jruby" ]]; then JSON=ext \ - ${RUBY} -Iext:lib -S testrb tests/test_*.rb || die "ext ruby tests failed" + ${RUBY} -Iext:lib -S testrb-2 tests/test_*.rb || die "ext ruby tests failed" fi } -- 2.26.2