commit:     cea139e896f75b2cc4b11137f342260303dbcc61
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:16:40 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=cea139e8

mail-mta/msmtp: Rename USE=gnome-keyring -> keyring

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

 mail-mta/msmtp/msmtp-1.8.23.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail-mta/msmtp/msmtp-1.8.23.ebuild 
b/mail-mta/msmtp/msmtp-1.8.23.ebuild
index 3d4fe9c0efda..69b63d6c5112 100644
--- a/mail-mta/msmtp/msmtp-1.8.23.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.23.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="daemon doc gnome-keyring +gnutls idn +mta nls sasl ssl"
+IUSE="daemon doc keyring +gnutls idn +mta nls sasl ssl"
 
 # fcaps.eclass unconditionally defines "filecaps" USE flag which we need for
 # USE="daemon" in order to set the caps we need.
@@ -21,7 +21,7 @@ REQUIRED_USE="daemon? ( filecaps )"
 # Upstream discourages usage of openssl. See also
 # https://marlam.de/msmtp/news/openssl-discouraged/
 DEPEND="
-       gnome-keyring? ( app-crypt/libsecret )
+       keyring? ( app-crypt/libsecret )
        idn? ( net-dns/libidn2:= )
        nls? ( virtual/libintl )
        sasl? ( virtual/gsasl )
@@ -71,7 +71,7 @@ src_configure() {
                --disable-gai-idn
                $(use_enable nls)
                $(use_with daemon msmtpd)
-               $(use_with gnome-keyring libsecret)
+               $(use_with keyring libsecret)
                $(use_with idn libidn)
                $(use_with sasl libgsasl)
                $(use_with ssl tls $(usex gnutls gnutls libtls))

Reply via email to