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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE09013835A for ; Sun, 2 May 2021 08:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D26E08E0; Sun, 2 May 2021 08:54:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34713E08E0 for ; Sun, 2 May 2021 08:54:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59F20340CBB for ; Sun, 2 May 2021 08:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCEE74A for ; Sun, 2 May 2021 08:54:02 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619945617.196e228d8ce26f777647e0e8ff8e5b2ab346fb05.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/ssmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/ssmtp/ssmtp-2.64-r4.ebuild X-VCS-Directories: mail-mta/ssmtp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 196e228d8ce26f777647e0e8ff8e5b2ab346fb05 X-VCS-Branch: master Date: Sun, 2 May 2021 08:54:02 +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: 5fc2ad47-eae3-4e5e-abd7-fec213599c83 X-Archives-Hash: b9fa2e36405167aa50fb35d5f47d4757 commit: 196e228d8ce26f777647e0e8ff8e5b2ab346fb05 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 08:53:37 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 08:53:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196e228d mail-mta/ssmtp: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> mail-mta/ssmtp/ssmtp-2.64-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild b/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild index 321bf549dfd..9b99e81e7bf 100644 --- a/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild @@ -18,15 +18,14 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="ipv6 libressl +ssl gnutls +mta" +IUSE="ipv6 +ssl gnutls +mta" DEPEND=" !prefix? ( acct-group/ssmtp ) ssl? ( gnutls? ( net-libs/gnutls[openssl] ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) ) "