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 4AD2915838C for ; Tue, 23 Jan 2024 17:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91557E29D8; Tue, 23 Jan 2024 17:04:38 +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 6BD25E29D8 for ; Tue, 23 Jan 2024 17:04:38 +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 64BC434330C for ; Tue, 23 Jan 2024 17:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F37CF7D for ; Tue, 23 Jan 2024 17:04:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1706029430.a2f5d4dbfb34d6ec0ce5a1c8b4ae0c3e0685a046.mgorny@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.42.4-r410.ebuild net-libs/webkit-gtk/webkit-gtk-2.42.4-r600.ebuild net-libs/webkit-gtk/webkit-gtk-2.42.4.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2f5d4dbfb34d6ec0ce5a1c8b4ae0c3e0685a046 X-VCS-Branch: master Date: Tue, 23 Jan 2024 17:04:35 +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: db2d9f8d-5c7e-4d45-a566-53f9d7e5db4b X-Archives-Hash: b75bce9b6cb294cd972421fd26f0875a commit: a2f5d4dbfb34d6ec0ce5a1c8b4ae0c3e0685a046 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 23 17:03:50 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 23 17:03:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f5d4db net-libs/webkit-gtk: Add missing := operator on media-libs/libjxl Signed-off-by: Michał Górny gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.42.4-r410.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.42.4-r600.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.42.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.4-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.42.4-r410.ebuild index d395bfa1cf57..68f473b5cc83 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.42.4-r410.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.42.4-r410.ebuild @@ -74,7 +74,7 @@ RDEPEND=" dev-libs/hyphen jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= ) - jpegxl? ( >=media-libs/libjxl-0.7.0 ) + jpegxl? ( >=media-libs/libjxl-0.7.0:= ) avif? ( >=media-libs/libavif-0.9.0:= ) lcms? ( media-libs/lcms:2 ) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.4-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.42.4-r600.ebuild index 4642f9333ac8..2d58a29cbfa2 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.42.4-r600.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.42.4-r600.ebuild @@ -75,7 +75,7 @@ RDEPEND=" dev-libs/hyphen jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= ) - jpegxl? ( >=media-libs/libjxl-0.7.0 ) + jpegxl? ( >=media-libs/libjxl-0.7.0:= ) avif? ( >=media-libs/libavif-0.9.0:= ) lcms? ( media-libs/lcms:2 ) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.42.4.ebuild index 1781d039797f..aa578715e450 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.42.4.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.42.4.ebuild @@ -73,7 +73,7 @@ RDEPEND=" dev-libs/hyphen jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= ) - jpegxl? ( >=media-libs/libjxl-0.7.0 ) + jpegxl? ( >=media-libs/libjxl-0.7.0:= ) avif? ( >=media-libs/libavif-0.9.0:= ) lcms? ( media-libs/lcms:2 )