commit: cbe72b5751be392c4b8b2ba2b39cc582182d983a
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 10:26:04 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 10:26:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe72b57
app-accessibility/edbrowse: allow both htmltidy-5+ and tidy-html5
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild | 4 ++--
1 file 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 fe983eda819..c83ed47a9aa 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