summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-14 14:16:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-18 14:09:09 +0200
commitce0b0a10e8bb5d621cbbb8b90cfab15c6758a2d4 (patch)
tree3605285fc407ab0534efabfe3ad8b39c809c0eaa
parentmedia-gfx/darktable: Rename USE=gnome-keyring -> keyring (diff)
downloadgentoo-ce0b0a10.tar.gz
gentoo-ce0b0a10.tar.bz2
gentoo-ce0b0a10.zip
media-gfx/gthumb: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-gfx/gthumb/gthumb-3.12.2-r4.ebuild6
1 files 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)
)