summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-06-23 05:28:20 +0200
committerHans de Graaff <graaff@gentoo.org>2017-06-23 05:28:20 +0200
commitf1563b694bf55fc4c7e61519825a666ae6f014ed (patch)
tree4299807dcd8b92a2556b3531e580408dc967174f /dev-ruby/tilt/tilt-2.0.5.ebuild
parentdev-ruby/bluecloth: add ruby24 (diff)
downloadgentoo-f1563b694bf55fc4c7e61519825a666ae6f014ed.tar.gz
gentoo-f1563b694bf55fc4c7e61519825a666ae6f014ed.tar.bz2
gentoo-f1563b694bf55fc4c7e61519825a666ae6f014ed.zip
dev-ruby/tilt: add 2.0.5
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/tilt/tilt-2.0.5.ebuild')
-rw-r--r--dev-ruby/tilt/tilt-2.0.5.ebuild6
1 files 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 e37c458cf128..5850b064f1f9 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
}