dev-ruby/actionview: add ruby27
authorHans de Graaff <graaff@gentoo.org>
Mon, 11 May 2020 18:19:30 +0000 (20:19 +0200)
committerHans de Graaff <graaff@gentoo.org>
Mon, 11 May 2020 18:20:22 +0000 (20:20 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/actionview/actionview-6.0.3.ebuild

index 6d4fdf52efbb108b5c5034ea928c845fdcd646ed..0b4fd032262f534d27c0a37924dc629f2e5743a3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -52,7 +52,7 @@ all_ruby_prepare() {
 
        # Avoid tests failing due to missing logger setup in activerecord,
        # most likely related to test environment setup.
-       rm -f test/activerecord/render_partial_with_record_identification_test.rb || die
+       #rm -f test/activerecord/render_partial_with_record_identification_test.rb || die
 
        # Fix loading of activerecord integration tests. This avoids loading
        # activerecord twice and thus redefining constants leading to