Skip to content

Commit

Permalink
mail-mta/msmtp: Rename USE=gnome-keyring -> keyring
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 18, 2023
1 parent 676f4eb commit cea139e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mail-mta/msmtp/msmtp-1.8.23.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 )
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit cea139e

Please sign in to comment.