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-its/
Date: Thu, 10 Jan 2019 13:05:31
Message-Id: 1547125465.c8bfe1e440ed80eec552f14de9742ff44b28e323.graaff@gentoo
1 commit: c8bfe1e440ed80eec552f14de9742ff44b28e323
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 10 12:52:54 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 10 13:04:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bfe1e4
7
8 dev-ruby/rspec-its: 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-its/rspec-its-1.2.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild b/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild
17 index b85a6501ac5..266cad6ecef 100644
18 --- a/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild
19 +++ b/dev-ruby/rspec-its/rspec-its-1.2.0-r1.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="rspec3"
30 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 @@ -23,7 +23,7 @@ ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 >=dev-ruby/rspec-expectations-3.0.
32
33 each_ruby_prepare() {
34 case ${RUBY} in
35 - *ruby24|*ruby25)
36 + *ruby24|*ruby25|*ruby26)
37 sed -i -e 's/Fixnum/Integer/' spec/rspec/its_spec.rb || die
38 ;;
39 esac