diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-10-28 23:36:43 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-12 02:04:49 +0000 |
commit | c08b9eb3810857cb8a127fc9b2f43c56c3c3d345 (patch) | |
tree | 23e06a9889c12a83cb42307765f8d54ffdb49f66 /app-accessibility/edbrowse | |
parent | dev-embedded/avrdude: Revert "drop 9999", modernise 9999 (diff) | |
download | gentoo-c08b9eb3810857cb8a127fc9b2f43c56c3c3d345.tar.gz gentoo-c08b9eb3810857cb8a127fc9b2f43c56c3c3d345.tar.bz2 gentoo-c08b9eb3810857cb8a127fc9b2f43c56c3c3d345.zip |
app-accessibility/edbrowse: Add := on relevant deps
This also drops app-text/tidy-html5 as it is last-rited as you can't have :=
inside ||( … )
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/22747
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility/edbrowse')
-rw-r--r-- | app-accessibility/edbrowse/edbrowse-3.7.5.1-r3.ebuild (renamed from app-accessibility/edbrowse/edbrowse-3.7.5.1-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/edbrowse/edbrowse-3.7.5.1-r2.ebuild b/app-accessibility/edbrowse/edbrowse-3.7.5.1-r3.ebuild index 0a2e00cc87af..5fc5f1ffa3c1 100644 --- a/app-accessibility/edbrowse/edbrowse-3.7.5.1-r2.ebuild +++ b/app-accessibility/edbrowse/edbrowse-3.7.5.1-r3.ebuild @@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86" IUSE="odbc" RDEPEND=" - >=app-text/htmltidy-5.0.0 + >=app-text/htmltidy-5.0.0:= dev-lang/duktape:= - dev-libs/libpcre + dev-libs/libpcre:= net-misc/curl sys-libs/readline:= odbc? ( dev-db/unixODBC )" |