diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:16:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:08 +0200 |
commit | 676f4ebe3fcd75db1b764d6e43d732312510a77b (patch) | |
tree | 50db0f4d9bb77180bcf549f44de8b1d8c411ff09 /mail-client/balsa | |
parent | gnome-extra/libgda: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-676f4ebe3fcd75db1b764d6e43d732312510a77b.tar.gz gentoo-676f4ebe3fcd75db1b764d6e43d732312510a77b.tar.bz2 gentoo-676f4ebe3fcd75db1b764d6e43d732312510a77b.zip |
mail-client/balsa: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mail-client/balsa')
-rw-r--r-- | mail-client/balsa/balsa-2.6.4.ebuild | 8 |
1 files 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 |