Skip to content

Commit

Permalink
dev-ruby/haml: add ruby25
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.36, Repoman-2.3.9
  • Loading branch information
graaff committed May 23, 2018
1 parent aabe082 commit 5551e6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev-ruby/haml/haml-5.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

USE_RUBY="ruby23 ruby24"
USE_RUBY="ruby23 ruby24 ruby25"

RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
Expand Down Expand Up @@ -33,9 +33,9 @@ ruby_add_bdepend "
test? (
dev-ruby/minitest:5
dev-ruby/nokogiri
dev-ruby/railties:4.2
dev-ruby/activemodel:4.2
dev-ruby/actionpack:4.2
dev-ruby/railties:5.2
dev-ruby/activemodel:5.2
dev-ruby/actionpack:5.2
)
doc? (
dev-ruby/yard
Expand All @@ -47,9 +47,9 @@ all_ruby_prepare() {

sed -i -e '/bundler/I s:^:#:' \
-e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
-e '1igem "actionpack", "~>4.2"'\
-e '1igem "activesupport", "~>4.2"; gem "activemodel", "~>4.2"'\
-e '1igem "railties", "~>4.2"'\
-e '1igem "actionpack", "~>5.2"'\
-e '1igem "activesupport", "~>5.2"; gem "activemodel", "~>5.2"'\
-e '1igem "railties", "~>5.2"'\
test/test_helper.rb || die
# Remove test that fails when RedCloth is available
sed -i -e "/should raise error when a Tilt filters dependencies are unavailable for extension/,/^ end/ s/^/#/"\
Expand Down

0 comments on commit 5551e6e

Please sign in to comment.