summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/kramdown/kramdown-2.3.1.ebuild')
-rw-r--r--dev-ruby/kramdown/kramdown-2.3.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/kramdown/kramdown-2.3.1.ebuild b/dev-ruby/kramdown/kramdown-2.3.1.ebuild
index a16c856eeed5..54eced4e6f64 100644
--- a/dev-ruby/kramdown/kramdown-2.3.1.ebuild
+++ b/dev-ruby/kramdown/kramdown-2.3.1.ebuild
@@ -21,7 +21,10 @@ IUSE="latex"
LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
RDEPEND+=" ${LATEX_DEPS}"
-DEPEND+=" test? ( ${LATEX_DEPS} app-text/tidy-html5 )"
+DEPEND+=" test? (
+ ${LATEX_DEPS}
+ || ( app-text/tidy-html5 >=app-text/htmltidy-5.0.0 )
+)"
ruby_add_rdepend "
dev-ruby/rexml