diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:52:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:52:44 +0300 |
commit | b0c9e8ddc09f2ef4ba556ac86dd89c5010d547a1 (patch) | |
tree | 9ccbf08f3fbf0d1adb7e645585f2e19fabc859a0 /mail-mta | |
parent | mail-mta/postfix: remove libressl support (diff) | |
download | gentoo-b0c9e8ddc09f2ef4ba556ac86dd89c5010d547a1.tar.gz gentoo-b0c9e8ddc09f2ef4ba556ac86dd89c5010d547a1.tar.bz2 gentoo-b0c9e8ddc09f2ef4ba556ac86dd89c5010d547a1.zip |
mail-mta/sendmail: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.15.2-r2.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.16.1.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild index d076d1380941..6115996d21a3 100644 --- a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild +++ b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,15 +11,14 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="ssl ldap libressl sasl tcpd mbox ipv6 nis sockets" +IUSE="ssl ldap sasl tcpd mbox ipv6 nis sockets" DEPEND="net-mail/mailbase sys-devel/m4 sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) ldap? ( net-nds/openldap ) >=sys-libs/db-3.2 diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild b/mail-mta/sendmail/sendmail-8.16.1.ebuild index edb48e9e4712..56796fa2dc58 100644 --- a/mail-mta/sendmail/sendmail-8.16.1.ebuild +++ b/mail-mta/sendmail/sendmail-8.16.1.ebuild @@ -12,15 +12,14 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="ipv6 ldap libressl mbox nis sasl sockets ssl tcpd" +IUSE="ipv6 ldap mbox nis sasl sockets ssl tcpd" BDEPEND="sys-devel/m4" DEPEND="net-mail/mailbase sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) ldap? ( net-nds/openldap ) >=sys-libs/db-3.2:= |