From 21d1b83ab2f0dba0fb1d37f10b145118d3a3b503 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 3 May 2020 10:33:28 +0200 Subject: [PATCH] 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 --- 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 d3d8e3605e00..fa09fd3b6894 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 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* diff --git a/dev-ruby/kramdown/kramdown-2.1.0.ebuild b/dev-ruby/kramdown/kramdown-2.1.0.ebuild index 68d41499af37..9c204f1bac72 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 043e25770002..9deca750988b 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 -- 2.26.2