commit: 3907f1e553eb4a469ef2f3c7bb114c77af82fef7
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 24 07:40:46 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 08:35:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3907f1e5
dev-ruby/rspec-expectations: add ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
index 9da5e9c1653..2c12f2af442 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
@@ -52,7 +52,7 @@ all_ruby_prepare() {
each_ruby_prepare() {
case ${RUBY} in
- *ruby24)
+ *ruby24|*ruby25)
sed -i -e 's/of Fixnum/of Integer/'
spec/rspec/expectations/expectation_target_spec.rb
spec/rspec/matchers/be_instance_of_spec.rb || die
;;
esac