diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-05-03 10:33:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-05-03 10:33:28 +0200 |
commit | 21d1b83ab2f0dba0fb1d37f10b145118d3a3b503 (patch) | |
tree | 3e7429f249e06739c6dcae9d60c8d31e7dca062b /dev-ruby/kramdown | |
parent | dev-ruby/globalid: fix tests (diff) | |
download | gentoo-21d1b83ab2f0dba0fb1d37f10b145118d3a3b503.tar.gz gentoo-21d1b83ab2f0dba0fb1d37f10b145118d3a3b503.tar.bz2 gentoo-21d1b83ab2f0dba0fb1d37f10b145118d3a3b503.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/kramdown')
-rw-r--r-- | dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/kramdown/kramdown-1.17.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/kramdown/kramdown-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | 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 |