Skip to content

Commit

Permalink
dev-ruby/rake-compiler: add ruby24
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
graaff committed Feb 21, 2017
1 parent e97603c commit b903b45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-ruby/rake-compiler/rake-compiler-1.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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"

Expand All @@ -26,7 +26,7 @@ ruby_add_rdepend "dev-ruby/rake"

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.
Expand All @@ -36,7 +36,7 @@ all_ruby_prepare() {
each_ruby_test() {
# Skip cucumber for ruby23 (not ready yet)
case ${RUBY} in
*ruby20|*ruby21|*ruby22)
*ruby21|*ruby22)
ruby-ng_rspec
ruby-ng_cucumber
;;
Expand Down

0 comments on commit b903b45

Please sign in to comment.