diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-05-11 20:19:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-05-11 20:20:22 +0200 |
commit | cabfd0e5f634ad03241a8ae28623e20763ec286e (patch) | |
tree | 924e2bc605787c2255fa855cf1e559c8c9761a7a /dev-ruby/actionview | |
parent | dev-ruby/actionpack: add ruby27 (diff) | |
download | gentoo-cabfd0e5f634ad03241a8ae28623e20763ec286e.tar.gz gentoo-cabfd0e5f634ad03241a8ae28623e20763ec286e.tar.bz2 gentoo-cabfd0e5f634ad03241a8ae28623e20763ec286e.zip |
dev-ruby/actionview: add ruby27
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actionview')
-rw-r--r-- | dev-ruby/actionview/actionview-6.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionview/actionview-6.0.3.ebuild b/dev-ruby/actionview/actionview-6.0.3.ebuild index 6d4fdf52efbb..0b4fd032262f 100644 --- a/dev-ruby/actionview/actionview-6.0.3.ebuild +++ b/dev-ruby/actionview/actionview-6.0.3.ebuild @@ -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 |