From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1519486-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 67C4A15806E
	for <garchives@archives.gentoo.org>; Thu, 18 May 2023 12:17:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C699EE07A9;
	Thu, 18 May 2023 12:17:33 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A7375E07D3
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2023 12:17:33 +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 B45B9340BE3
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2023 12:17:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0734DA7B
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2023 12:17:30 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1684411749.ce0b0a10e8bb5d621cbbb8b90cfab15c6758a2d4.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gthumb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/gthumb/gthumb-3.12.2-r4.ebuild
X-VCS-Directories: media-gfx/gthumb/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: ce0b0a10e8bb5d621cbbb8b90cfab15c6758a2d4
X-VCS-Branch: master
Date: Thu, 18 May 2023 12:17:30 +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: be1fc832-3036-461f-bca1-748e95bb0442
X-Archives-Hash: bc574fe4615d0084dc903a97966ed7dd

commit:     ce0b0a10e8bb5d621cbbb8b90cfab15c6758a2d4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:16:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0b0a10

media-gfx/gthumb: Rename USE=gnome-keyring -> keyring

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/gthumb/gthumb-3.12.2-r4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/gthumb/gthumb-3.12.2-r4.ebuild b/media-gfx/gthumb/gthumb-3.12.2-r4.ebuild
index 8783d95b37ae..0d649c31f709 100644
--- a/media-gfx/gthumb/gthumb-3.12.2-r4.ebuild
+++ b/media-gfx/gthumb/gthumb-3.12.2-r4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gthumb"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="cdr colord exif gnome-keyring gstreamer heif http jpegxl lcms raw slideshow svg tiff webp"
+IUSE="cdr colord exif keyring gstreamer heif http jpegxl lcms raw slideshow svg tiff webp"
 
 # libX11 dep is a workaround. See files/3.12.2-link-with-x11.patch
 RDEPEND="
@@ -37,7 +37,7 @@ RDEPEND="
 		>=dev-libs/json-glib-0.15.0
 		>=net-libs/webkit-gtk-1.10.0:4
 	)
-	gnome-keyring? ( >=app-crypt/libsecret-0.11 )
+	keyring? ( >=app-crypt/libsecret-0.11 )
 	cdr? ( >=app-cdr/brasero-3.2.0 )
 	svg? ( >=gnome-base/librsvg-2.34:2 )
 	webp? ( >=media-libs/libwebp-0.2.0:= )
@@ -86,7 +86,7 @@ src_configure() {
 		$(meson_use heif libheif)
 		$(meson_use raw libraw)
 		$(meson_use svg librsvg)
-		$(meson_use gnome-keyring libsecret)
+		$(meson_use keyring libsecret)
 		$(meson_use http webservices)
 		$(meson_use cdr libbrasero)
 	)