summaryrefslogtreecommitdiff
path: root/mail-mta/msmtp/msmtp-1.8.23.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/msmtp/msmtp-1.8.23.ebuild')
-rw-r--r--mail-mta/msmtp/msmtp-1.8.23.ebuild6
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))