From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97E5515808B for ; Sat, 26 Mar 2022 07:00:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0FF6E083D; Sat, 26 Mar 2022 07:00:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AD37E083D for ; Sat, 26 Mar 2022 07:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B3CB343413 for ; Sat, 26 Mar 2022 07:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0F3290 for ; Sat, 26 Mar 2022 07:00:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1648278034.0f16f9f5ad7a45c2561b0bed4f71ad18f9702d5b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0f16f9f5ad7a45c2561b0bed4f71ad18f9702d5b X-VCS-Branch: master Date: Sat, 26 Mar 2022 07:00:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 352de617-90ce-4e04-ac85-ef32b8c34c78 X-Archives-Hash: a2ae88aeccaf18f2356485fec02aebfc commit: 0f16f9f5ad7a45c2561b0bed4f71ad18f9702d5b Author: Matt Turner gentoo org> AuthorDate: Sat Mar 26 06:59:54 2022 +0000 Commit: Matt Turner gentoo 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 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