diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:16:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:08 +0200 |
commit | cea139e896f75b2cc4b11137f342260303dbcc61 (patch) | |
tree | 3624655d9d76725c99e4966ace2c3f1b5db1e908 /mail-mta/msmtp | |
parent | mail-client/balsa: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-cea139e896f75b2cc4b11137f342260303dbcc61.tar.gz gentoo-cea139e896f75b2cc4b11137f342260303dbcc61.tar.bz2 gentoo-cea139e896f75b2cc4b11137f342260303dbcc61.zip |
mail-mta/msmtp: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mail-mta/msmtp')
-rw-r--r-- | mail-mta/msmtp/msmtp-1.8.23.ebuild | 6 |
1 files 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)) |