commit:     676f4ebe3fcd75db1b764d6e43d732312510a77b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:16:35 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=676f4ebe

mail-client/balsa: Rename USE=gnome-keyring -> keyring

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

 mail-client/balsa/balsa-2.6.4.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-client/balsa/balsa-2.6.4.ebuild 
b/mail-client/balsa/balsa-2.6.4.ebuild
index 2bc21c6e8c34..38e39ed24fb4 100644
--- a/mail-client/balsa/balsa-2.6.4.ebuild
+++ b/mail-client/balsa/balsa-2.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-IUSE="gnome +gnome-keyring kerberos ldap rubrica sqlite systray webkit xface"
+IUSE="gnome +keyring kerberos ldap rubrica sqlite systray webkit xface"
 
 # TODO: internal spell checking via enchant-2 instead of gtkspell/gspell?
 DEPEND="
@@ -36,7 +36,7 @@ DEPEND="
        xface? ( >=media-libs/compface-1.5.1:= )
        gnome? ( x11-libs/gtksourceview:4 )
        media-libs/libcanberra[gtk3]
-       gnome-keyring? ( app-crypt/libsecret )
+       keyring? ( app-crypt/libsecret )
        >=app-text/gspell-1.6:0=
 
        net-mail/mailbase
@@ -85,7 +85,7 @@ src_configure() {
                $(meson_use rubrica)
                -Dosmo=false
                $(meson_use sqlite)
-               $(meson_use gnome-keyring libsecret)
+               $(meson_use keyring libsecret)
                -Dgcr=false
                -Dmore-warnings=true
                -Dhelp-files=false

Reply via email to