Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
Date: Sun, 02 May 2021 10:16:44
Message-Id: 1619950593.20d67501cc24ab24f6b69c5a75a8f6a7739c38fb.zlogene@gentoo
1 commit: 20d67501cc24ab24f6b69c5a75a8f6a7739c38fb
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:07:37 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:16:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d67501
7
8 net-libs/libesmtp: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
17 index c2724ec96bc..8e13d2d8b76 100644
18 --- a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
19 +++ b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
20 @@ -12,12 +12,11 @@ SRC_URI="http://brianstafford.info/${PN}/${P}.tar.bz2"
21 LICENSE="LGPL-2.1 GPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
24 -IUSE="debug libressl ntlm ssl static-libs threads"
25 +IUSE="debug ntlm ssl static-libs threads"
26
27 RDEPEND="
28 ssl? (
29 - !libressl? ( dev-libs/openssl:0= )
30 - libressl? ( dev-libs/libressl:0= )
31 + dev-libs/openssl:0=
32 )"
33 DEPEND="${RDEPEND}"