-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_RECIPE_TEST="none"
ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-USE_RUBY="ruby20 ruby21 ruby22" ruby_add_bdepend "test? ( dev-util/cucumber )"
+USE_RUBY="ruby21 ruby22" ruby_add_bdepend "test? ( dev-util/cucumber )"
all_ruby_prepare() {
# Make sure the right rspec version is used in cucumber.
each_ruby_test() {
# Skip cucumber for ruby23 (not ready yet)
case ${RUBY} in
- *ruby20|*ruby21|*ruby22)
+ *ruby21|*ruby22)
ruby-ng_rspec
ruby-ng_cucumber
;;