commit: 49f2ab1660acf27052169b289b677ec4cb625170
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:16:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f2ab16
media-gfx/darktable: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/darktable/darktable-4.2.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/darktable/darktable-4.2.1.ebuild
b/media-gfx/darktable/darktable-4.2.1.ebuild
index 0c74ea008ae7..48162abb7759 100644
--- a/media-gfx/darktable/darktable-4.2.1.ebuild
+++ b/media-gfx/darktable/darktable-4.2.1.ebuild
@@ -35,7 +35,7 @@ else
LANGS=" cs de es fi fr he hu it ja nl pl pt-BR ru sl sq tr uk zh-CN
zh-TW"
fi
-IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc flickr gamepad
geolocation gmic gnome-keyring gphoto2 graphicsmagick heif jpeg2k kwallet lto
lua midi nls opencl openmp openexr test tools webp
+IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc flickr gamepad
geolocation gmic keyring gphoto2 graphicsmagick heif jpeg2k kwallet lto lua
midi nls opencl openmp openexr test tools webp
${LANGS// / l10n_}"
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
@@ -81,7 +81,7 @@ DEPEND="dev-db/sqlite:3
gamepad? ( media-libs/libsdl2 )
geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 )
gmic? ( media-gfx/gmic )
- gnome-keyring? ( >=app-crypt/libsecret-0.18 )
+ keyring? ( >=app-crypt/libsecret-0.18 )
gphoto2? ( media-libs/libgphoto2:= )
graphicsmagick? ( media-gfx/graphicsmagick )
heif? ( media-libs/libheif:= )
@@ -150,7 +150,7 @@ src_configure() {
-DUSE_GMIC=$(usex gmic)
-DUSE_GRAPHICSMAGICK=$(usex graphicsmagick)
-DUSE_KWALLET=$(usex kwallet)
- -DUSE_LIBSECRET=$(usex gnome-keyring)
+ -DUSE_LIBSECRET=$(usex keyring)
-DUSE_LUA=$(usex lua)
-DUSE_MAP=$(usex geolocation)
-DUSE_NLS=$(usex nls)