summaryrefslogtreecommitdiff
path: root/net-libs/libesmtp/libesmtp-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /net-libs/libesmtp/libesmtp-9999.ebuild
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'net-libs/libesmtp/libesmtp-9999.ebuild')
-rw-r--r--net-libs/libesmtp/libesmtp-9999.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/net-libs/libesmtp/libesmtp-9999.ebuild b/net-libs/libesmtp/libesmtp-9999.ebuild
index 20a4ae8e7534..83df4e67b077 100644
--- a/net-libs/libesmtp/libesmtp-9999.ebuild
+++ b/net-libs/libesmtp/libesmtp-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit meson
-DESCRIPTION="lib that implements the client side of the SMTP protocol"
+DESCRIPTION="Lib that implements the client side of the SMTP protocol"
HOMEPAGE="https://libesmtp.github.io/"
if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
@@ -16,14 +16,10 @@ else
fi
LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-IUSE="libressl ssl static-libs threads"
+SLOT="0/7"
+IUSE="ssl static-libs threads"
-RDEPEND="
- ssl? (
- !libressl? ( >=dev-libs/openssl-1.1.0:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
+RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS docs/{bugreport,ChangeLog,faq}.md NEWS Notes README.md TODO )