commit: f1563b694bf55fc4c7e61519825a666ae6f014ed
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 03:28:20 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 03:28:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1563b69
dev-ruby/tilt: add 2.0.5
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/tilt/tilt-2.0.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild
index e37c458cf12..5850b064f1f 100644
--- a/dev-ruby/tilt/tilt-2.0.5.ebuild
+++ b/dev-ruby/tilt/tilt-2.0.5.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
@@ -37,7 +37,7 @@ all_ruby_prepare() {
# Avoid tests with minor syntax differences since this happens all
# the time when details in the dependencies change.
- sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' -i
test/tilt_markdown_test.rb || die
+ sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' \
+ -e '/test_smart_quotes_true/,/^ end/ s:^:#:' -i
test/tilt_markdown_test.rb || die
sed -e '/smartypants when :smart is set/,/^ end/ s:^:#:' -i
test/tilt_rdiscounttemplate_test.rb || die
- #sed -i -e '/docbook templates/,/^ end/ s:^:#:'
test/tilt_asciidoctor_test.rb || die
}