commit: 476263711f7f40848d1dbc9674fff16785322952
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 7 07:35:43 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 07:36:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47626371
dev-ruby/yard: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/yard/yard-0.9.18.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/yard/yard-0.9.18.ebuild b/dev-ruby/yard/yard-0.9.18.ebuild
index cfc20bfffd8..2fe611404e3 100644
--- a/dev-ruby/yard/yard-0.9.18.ebuild
+++ b/dev-ruby/yard/yard-0.9.18.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC="yard"
@@ -43,4 +43,7 @@ all_ruby_prepare() {
# Avoid redcarpet-specific spec that is not optional
sed -i -e '/autolinks URLs/askip "make redcarpet optional"'
spec/templates/helpers/html_helper_spec.rb || die
+
+ # Avoid asciidoc-specific spec that is not optional
+ sed -i -e '/AsciiDoc specific/askip "skipping asciidoc test"'
spec/templates/helpers/html_helper_spec.rb || die
}