diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 19:56:10 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 20:15:43 +0100 |
commit | 8077afb413287a63c256b1eae8bab9229331209f (patch) | |
tree | c7a614e7062795ef0e9a91d341373fd75be116c4 /mail-mta | |
parent | mail-mta/netqmail: Adjusted (sub-)slot dep on dev-libs/openssl (diff) | |
download | gentoo-8077afb413287a63c256b1eae8bab9229331209f.tar.gz gentoo-8077afb413287a63c256b1eae8bab9229331209f.tar.bz2 gentoo-8077afb413287a63c256b1eae8bab9229331209f.zip |
mail-mta/sendmail: Adjusted (sub-)slot dep on dev-libs/openssl
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.14.9-r1.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.14.9.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild b/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild index 01104843e2bd..6b54b50e57a8 100644 --- a/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -18,8 +18,8 @@ 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 ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) ) ldap? ( net-nds/openldap ) >=sys-libs/db-3.2 diff --git a/mail-mta/sendmail/sendmail-8.14.9.ebuild b/mail-mta/sendmail/sendmail-8.14.9.ebuild index d356bfab013b..36016a1d8c95 100644 --- a/mail-mta/sendmail/sendmail-8.14.9.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ DEPEND="net-mail/mailbase sys-devel/m4 sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) tcpd? ( sys-apps/tcp-wrappers ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) ldap? ( net-nds/openldap ) >=sys-libs/db-3.2 !net-mail/vacation |