summaryrefslogtreecommitdiff
path: root/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
commit38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch)
tree6fce284d5bfddaf597a490ac66069d16c6a485db /dev-ruby/mocha/mocha-0.11.4-r1.ebuild
parent0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff)
gentoo resync : 25.01.2018
Diffstat (limited to 'dev-ruby/mocha/mocha-0.11.4-r1.ebuild')
-rw-r--r--dev-ruby/mocha/mocha-0.11.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/mocha/mocha-0.11.4-r1.ebuild b/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
index 7c9fe8d25c01..8b18f1331b27 100644
--- a/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
+++ b/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
@@ -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() {