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/actionview/
Date: Mon, 11 May 2020 18:20:32
Message-Id: 1589221222.cabfd0e5f634ad03241a8ae28623e20763ec286e.graaff@gentoo
1 commit: cabfd0e5f634ad03241a8ae28623e20763ec286e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 18:19:30 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 18:20:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabfd0e5
7
8 dev-ruby/actionview: add ruby27
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/actionview/actionview-6.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/actionview/actionview-6.0.3.ebuild b/dev-ruby/actionview/actionview-6.0.3.ebuild
17 index 6d4fdf52efb..0b4fd032262 100644
18 --- a/dev-ruby/actionview/actionview-6.0.3.ebuild
19 +++ b/dev-ruby/actionview/actionview-6.0.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -USE_RUBY="ruby25 ruby26"
25 +USE_RUBY="ruby25 ruby26 ruby27"
26
27 RUBY_FAKEGEM_RECIPE_DOC="none"
28 RUBY_FAKEGEM_DOCDIR="doc"
29 @@ -52,7 +52,7 @@ all_ruby_prepare() {
30
31 # Avoid tests failing due to missing logger setup in activerecord,
32 # most likely related to test environment setup.
33 - rm -f test/activerecord/render_partial_with_record_identification_test.rb || die
34 + #rm -f test/activerecord/render_partial_with_record_identification_test.rb || die
35
36 # Fix loading of activerecord integration tests. This avoids loading
37 # activerecord twice and thus redefining constants leading to