summaryrefslogtreecommitdiff
path: root/dev-ruby/kramdown/kramdown-1.17.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/kramdown/kramdown-1.17.0.ebuild')
-rw-r--r--dev-ruby/kramdown/kramdown-1.17.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/kramdown/kramdown-1.17.0.ebuild b/dev-ruby/kramdown/kramdown-1.17.0.ebuild
index ae8762dcc1ba..ea509c6f7441 100644
--- a/dev-ruby/kramdown/kramdown-1.17.0.ebuild
+++ b/dev-ruby/kramdown/kramdown-1.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ IUSE="latex"
LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
RDEPEND+=" ${LATEX_DEPS}"
-DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
+DEPEND+=" test? ( ${LATEX_DEPS} app-text/tidy-html5 )"
ruby_add_rdepend "dev-ruby/prawn:2
>=dev-ruby/prawn-table-0.2.2 =dev-ruby/prawn-table-0.2*