commit:     21d1b83ab2f0dba0fb1d37f10b145118d3a3b503
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 08:33:28 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May  3 08:33:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d1b83a

dev-ruby/kramdown: use a modern tidy for tests

This is required for kramdown 2.x, but also works with kramdown 0.x.

Closes: https://bugs.gentoo.org/720406
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild | 2 +-
 dev-ruby/kramdown/kramdown-1.17.0.ebuild    | 4 ++--
 dev-ruby/kramdown/kramdown-2.1.0.ebuild     | 2 +-
 dev-ruby/kramdown/kramdown-2.2.1.ebuild     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild 
b/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
index d3d8e3605e0..fa09fd3b689 100644
--- a/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
+++ b/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
@@ -23,7 +23,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*

diff --git a/dev-ruby/kramdown/kramdown-1.17.0.ebuild 
b/dev-ruby/kramdown/kramdown-1.17.0.ebuild
index ae8762dcc1b..ea509c6f744 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*

diff --git a/dev-ruby/kramdown/kramdown-2.1.0.ebuild 
b/dev-ruby/kramdown/kramdown-2.1.0.ebuild
index 68d41499af3..9c204f1bac7 100644
--- a/dev-ruby/kramdown/kramdown-2.1.0.ebuild
+++ b/dev-ruby/kramdown/kramdown-2.1.0.ebuild
@@ -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/rouge-1.8

diff --git a/dev-ruby/kramdown/kramdown-2.2.1.ebuild 
b/dev-ruby/kramdown/kramdown-2.2.1.ebuild
index 043e2577000..9deca750988 100644
--- a/dev-ruby/kramdown/kramdown-2.2.1.ebuild
+++ b/dev-ruby/kramdown/kramdown-2.2.1.ebuild
@@ -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/rexml

Reply via email to