commit:     0f16f9f5ad7a45c2561b0bed4f71ad18f9702d5b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 06:59:54 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 07:00:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f16f9f5

net-libs/webkit-gtk: Don't try to use GTK4

Closes: https://bugs.gentoo.org/836131
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild
index e7c6a0c29d64..bd80edb4b8fa 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
        >=media-libs/fontconfig-2.13.0:1.0
        >=media-libs/freetype-2.9.0:2
        >=dev-libs/libgcrypt-1.7.0:0=
-       >=gui-libs/gtk-3.98:4[aqua?,introspection?,wayland?,X?]
+       >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
        >=media-libs/harfbuzz-1.4.2:=[icu(+)]
        >=dev-libs/icu-61.2:=
        virtual/jpeg:0=
@@ -229,7 +229,7 @@ src_configure() {
                -DENABLE_X11_TARGET=$(usex X)
                -DUSE_ANGLE_WEBGL=ON
                -DUSE_AVIF=$(usex avif)
-               -DUSE_GTK4=ON
+               -DUSE_GTK4=OFF
                -DUSE_JPEGXL=OFF
                -DUSE_LCMS=$(usex lcms)
                -DUSE_LIBHYPHEN=ON

Reply via email to