From ce0b0a10e8bb5d621cbbb8b90cfab15c6758a2d4 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 14 May 2023 14:16:55 +0200 Subject: media-gfx/gthumb: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner --- 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) ) -- cgit v1.2.3-65-gdbad