From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1083652-garchives=archives.gentoo.org@lists.gentoo.org>
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 220C1138334
	for <garchives@archives.gentoo.org>; Sun, 14 Apr 2019 21:47:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DF367E087B;
	Sun, 14 Apr 2019 21:47:33 +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 B0034E087B
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2019 21:47:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 D27F634111F
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2019 21:47:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 438C9567
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2019 21:47:30 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1555278441.4f181310fcae2d6f07a03febd5bd9e4ab4f9053d.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
X-VCS-Directories: net-libs/libesmtp/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 4f181310fcae2d6f07a03febd5bd9e4ab4f9053d
X-VCS-Branch: master
Date: Sun, 14 Apr 2019 21:47:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1e4e6415-f6ee-48a6-aa9e-43149b055f34
X-Archives-Hash: deb17dcb09e5bc707980cff3053123cd

commit:     4f181310fcae2d6f07a03febd5bd9e4ab4f9053d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 21:46:44 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 21:47:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f181310

net-libs/libesmtp: fix ssl slot/subslots

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild | 2 +-
 net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
index f019d160ae5..1bd5ae76df7 100644
--- a/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
+++ b/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
@@ -16,7 +16,7 @@ IUSE="debug libressl ntlm ssl static-libs threads"
 RDEPEND="
 	ssl? (
 		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
+		libressl? ( dev-libs/libressl:0= )
 	)"
 DEPEND="${RDEPEND}"
 

diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
index 3dbc0def26c..076c676f8dd 100644
--- a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
+++ b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
@@ -16,7 +16,7 @@ IUSE="debug libressl ntlm ssl static-libs threads"
 RDEPEND="
 	ssl? (
 		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
+		libressl? ( dev-libs/libressl:0= )
 	)"
 DEPEND="${RDEPEND}"
 DOCS=( AUTHORS ChangeLog NEWS Notes README TODO )