Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-expectations/
Date: Fri, 18 Jan 2019 11:12:41
Message-Id: 1547809941.a8ea55fbfe0d1f34c4483a3df6c451dbec39a378.graaff@gentoo
1 commit: a8ea55fbfe0d1f34c4483a3df6c451dbec39a378
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 11:10:33 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 11:12:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ea55fb
7
8 dev-ruby/rspec-expectations: add ruby26
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
17 index 2c12f2af442..86ee348aeca 100644
18 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
19 +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
27 +USE_RUBY="ruby23 ruby24 ruby25 ruby26"
28
29 RUBY_FAKEGEM_RECIPE_TEST="rspec"
30
31 @@ -52,7 +52,7 @@ all_ruby_prepare() {
32
33 each_ruby_prepare() {
34 case ${RUBY} in
35 - *ruby24|*ruby25)
36 + *ruby24|*ruby25|*ruby26)
37 sed -i -e 's/of Fixnum/of Integer/' spec/rspec/expectations/expectation_target_spec.rb spec/rspec/matchers/be_instance_of_spec.rb || die
38 ;;
39 esac