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)
        )

Reply via email to