diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-27 11:26:04 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-27 11:26:04 +0100 |
commit | cbe72b5751be392c4b8b2ba2b39cc582182d983a (patch) | |
tree | 1fb5c4ba48c1f9dc4f249ca84c811d5dc96a4da6 /app-accessibility/edbrowse | |
parent | app-text/htmltidy: add monsieurp as co-maintainer (diff) | |
download | gentoo-cbe72b5751be392c4b8b2ba2b39cc582182d983a.tar.gz gentoo-cbe72b5751be392c4b8b2ba2b39cc582182d983a.tar.bz2 gentoo-cbe72b5751be392c4b8b2ba2b39cc582182d983a.zip |
app-accessibility/edbrowse: allow both htmltidy-5+ and tidy-html5
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-accessibility/edbrowse')
-rw-r--r-- | app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild b/app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild index fe983eda8197..c83ed47a9aa4 100644 --- a/app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild +++ b/app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="odbc" RDEPEND=" - app-text/tidy-html5 + || ( app-text/tidy-html5 >=app-text/htmltidy-5.0.0 ) dev-lang/duktape:= dev-libs/libpcre net-misc/curl |