commit: 25b90a4e247c4b3c8834cd28e7e9f2bf2dcc58ae
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 20:03:47 2021 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 20:48:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b90a4e
dev-util/devhelp: fix webkit-gtk minimum dep
Inconsequential, as we have long not had such old versions anyhow, but
match meson.build
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-util/devhelp/devhelp-40.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/devhelp/devhelp-40.1.ebuild
b/dev-util/devhelp/devhelp-40.1.ebuild
index fc32178168a..6c3ef63c21c 100644
--- a/dev-util/devhelp/devhelp-40.1.ebuild
+++ b/dev-util/devhelp/devhelp-40.1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
>=dev-libs/glib-2.64:2
>=x11-libs/gtk+-3.22:3[introspection?]
- >=net-libs/webkit-gtk-2.24:4[introspection?]
+ >=net-libs/webkit-gtk-2.26:4[introspection?]
>=gui-libs/amtk-5.0:5
gnome-base/gsettings-desktop-schemas
introspection? ( >=dev-libs/gobject-introspection-1.54:= )