From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1337537-garchives=archives.gentoo.org@lists.gentoo.org>
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 55BE5158089
	for <garchives@archives.gentoo.org>; Sun,  7 Nov 2021 23:08:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 89F7A2BC071;
	Sun,  7 Nov 2021 23:08:07 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 6FE642BC071
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Nov 2021 23:08:07 +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 65EEA342FF9
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Nov 2021 23:08:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B843A1B8
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Nov 2021 23:08:04 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1636326470.384b33626910f37f195560ad494d77e7b5f3e1ef.sam@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.34.1-r1.ebuild net-libs/webkit-gtk/webkit-gtk-2.34.1.ebuild
X-VCS-Directories: net-libs/webkit-gtk/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 384b33626910f37f195560ad494d77e7b5f3e1ef
X-VCS-Branch: master
Date: Sun,  7 Nov 2021 23:08:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d1d900e5-6276-44a5-99fa-5a67413f5502
X-Archives-Hash: 48748be5b8a47dbb01a957f2a9d89140

commit:     384b33626910f37f195560ad494d77e7b5f3e1ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 22:58:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 23:07:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384b3362

net-libs/webkit-gtk: use libavif subslot operator

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{webkit-gtk-2.34.1.ebuild => webkit-gtk-2.34.1-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.34.1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.34.1-r1.ebuild
similarity index 99%
rename from net-libs/webkit-gtk/webkit-gtk-2.34.1.ebuild
rename to net-libs/webkit-gtk/webkit-gtk-2.34.1-r1.ebuild
index 3f751dd1114..fec3dc003ca 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.34.1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.34.1-r1.ebuild
@@ -81,7 +81,7 @@ RDEPEND="
 	libnotify? ( x11-libs/libnotify )
 	dev-libs/hyphen
 	jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
-	avif? ( >=media-libs/libavif-0.9.0 )
+	avif? ( >=media-libs/libavif-0.9.0:= )
 	lcms? ( media-libs/lcms:2 )
 
 	egl? ( media-libs/mesa[egl(+)] )