From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93F9D15810D for ; Thu, 18 May 2023 12:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF29EE07D0; Thu, 18 May 2023 12:17:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1281E07D0 for ; Thu, 18 May 2023 12:17:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF198340BE0 for ; Thu, 18 May 2023 12:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39A5A78 for ; Thu, 18 May 2023 12:17:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684411748.cea139e896f75b2cc4b11137f342260303dbcc61.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/msmtp/msmtp-1.8.23.ebuild X-VCS-Directories: mail-mta/msmtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cea139e896f75b2cc4b11137f342260303dbcc61 X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8c67e3c-8cfa-448f-a4b3-196911fa7a17 X-Archives-Hash: d8533707dcbd3ad1994bf97cb770e92a commit: cea139e896f75b2cc4b11137f342260303dbcc61 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:16:40 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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))