Skip to content

Commit

Permalink
app-accessibility/edbrowse: allow both htmltidy-5+ and tidy-html5
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Aug 27, 2021
1 parent eac4cc6 commit cbe72b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-accessibility/edbrowse/edbrowse-3.7.5.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit cbe72b5

Please sign in to comment.