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 AAF8F158095 for ; Tue, 20 Sep 2022 15:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7C74E0BF9; Tue, 20 Sep 2022 15:30:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BAC7E0BF6 for ; Tue, 20 Sep 2022 15:30:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACCC4340D22 for ; Tue, 20 Sep 2022 15:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534945DF for ; Tue, 20 Sep 2022 15:29:59 +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: <1663687794.e27455236ca6ce43cd9b49f0f3a39de07097d2a9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/epiphany/epiphany-42.3.ebuild www-client/epiphany/epiphany-42.4.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e27455236ca6ce43cd9b49f0f3a39de07097d2a9 X-VCS-Branch: master Date: Tue, 20 Sep 2022 15:29:59 +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: 2fae4445-cb4d-4fff-9e6a-f3e711ec5e85 X-Archives-Hash: f95b69a526ca2ad88cfd197a19c272df commit: e27455236ca6ce43cd9b49f0f3a39de07097d2a9 Author: brahmajit das protonmail com> AuthorDate: Mon Sep 19 16:54:53 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 20 15:29:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2745523 www-client/epiphany: Using webkit-gtk in slot 4 In the checks for webkit-gtk[jpeg2k] slot was not explicitely mentioned. This is needed for as webkit-gtk will now have slots to handle webkit2gtk-4.0 and webkit2gtk-4.1 Closes: https://github.com/gentoo/gentoo/pull/27359 Signed-off-by: brahmajit das protonmail.com> Signed-off-by: Matt Turner gentoo.org> www-client/epiphany/epiphany-42.3.ebuild | 2 +- www-client/epiphany/epiphany-42.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/epiphany/epiphany-42.3.ebuild b/www-client/epiphany/epiphany-42.3.ebuild index 19e7f2c4789c..e88f8c52fdd6 100644 --- a/www-client/epiphany/epiphany-42.3.ebuild +++ b/www-client/epiphany/epiphany-42.3.ebuild @@ -74,7 +74,7 @@ pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - if ! has_version net-libs/webkit-gtk[jpeg2k]; then + if ! has_version net-libs/webkit-gtk:4[jpeg2k]; then ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k." ewarn "Various image galleries/managers may be broken." fi diff --git a/www-client/epiphany/epiphany-42.4.ebuild b/www-client/epiphany/epiphany-42.4.ebuild index 76a4f39364e5..5eb5a539d329 100644 --- a/www-client/epiphany/epiphany-42.4.ebuild +++ b/www-client/epiphany/epiphany-42.4.ebuild @@ -74,7 +74,7 @@ pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - if ! has_version net-libs/webkit-gtk[jpeg2k]; then + if ! has_version net-libs/webkit-gtk:4[jpeg2k]; then ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k." ewarn "Various image galleries/managers may be broken." fi