Skip to content

Commit

Permalink
dev-ruby/rspec-mocks: add ruby24
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
graaff committed Jan 14, 2017
1 parent 2e6f7f9 commit e7e9ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-ruby/rspec-mocks/rspec-mocks-2.99.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="rspec"

Expand Down Expand Up @@ -44,7 +44,7 @@ all_ruby_prepare() {

each_ruby_prepare() {
case ${RUBY} in
*ruby22|*ruby23)
*ruby22|*ruby23|*ruby24)
# Psych and Syck are not supported by default anymore on ruby22.
rm spec/rspec/mocks/serialization_spec.rb || die
;;
Expand Down

0 comments on commit e7e9ae0

Please sign in to comment.