dev-ruby/mocha: add ruby23, ruby24
authorHans de Graaff <graaff@gentoo.org>
Mon, 22 Jan 2018 19:25:12 +0000 (20:25 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 22 Jan 2018 19:26:23 +0000 (20:26 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-ruby/mocha/mocha-0.10.5-r2.ebuild
dev-ruby/mocha/mocha-0.11.4-r1.ebuild

index ad0f32c8ab58a58a1cd2ab2feb95b772b3fc0821..1c5367b785817281bf6fd9dfd9c2c5dd35fdf11d 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test:units"
 
index 7c9fe8d25c0113a47b30eb2420233e987eaa39ab..8b18f1331b27bc7a592006a1c9203555092b428f 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test:units"
 
@@ -37,7 +37,7 @@ all_ruby_compile() {
 }
 
 each_ruby_test() {
-       ${RUBY} -Ilib -S testrb test/unit/* || die
+       ${RUBY} -Ilib -S testrb-2 test/unit/* || die
 }
 
 all_ruby_install() {