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 D9F4F1382C5 for ; Sun, 2 May 2021 08:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F84DE08C4; Sun, 2 May 2021 08:54:04 +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 27702E08C4 for ; Sun, 2 May 2021 08:54:04 +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 53383340CDF for ; Sun, 2 May 2021 08:54:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6B7D733 for ; Sun, 2 May 2021 08:54:01 +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: <1619945027.eb845930bb4bbb9b7ff39b16c4e3b567f9dcebea.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/esmtp/esmtp-1.2-r1.ebuild X-VCS-Directories: mail-mta/esmtp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: eb845930bb4bbb9b7ff39b16c4e3b567f9dcebea X-VCS-Branch: master Date: Sun, 2 May 2021 08:54:01 +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: 326a0c77-8bfe-4724-a207-5b37cb4501e8 X-Archives-Hash: 0e31fdf59e70884e99632ee5f211d349 commit: eb845930bb4bbb9b7ff39b16c4e3b567f9dcebea Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 08:43:47 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 08:43:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb845930 mail-mta/esmtp: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> mail-mta/esmtp/esmtp-1.2-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild b/mail-mta/esmtp/esmtp-1.2-r1.ebuild index 26f3962d4d6..db15fcfb38a 100644 --- a/mail-mta/esmtp/esmtp-1.2-r1.ebuild +++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild @@ -10,12 +10,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="libressl" CDEPEND=" net-libs/libesmtp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= " RDEPEND="${CDEPEND} !mail-mta/courier