Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/
Date: Mon, 07 Jan 2019 19:16:06
Message-Id: 1546888543.8077afb413287a63c256b1eae8bab9229331209f.polynomial-c@gentoo
1 commit: 8077afb413287a63c256b1eae8bab9229331209f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 18:56:10 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8077afb4
7
8 mail-mta/sendmail: Adjusted (sub-)slot dep on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 mail-mta/sendmail/sendmail-8.14.9-r1.ebuild | 6 +++---
14 mail-mta/sendmail/sendmail-8.14.9.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild b/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild
18 index 01104843e2b..6b54b50e57a 100644
19 --- a/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild
20 +++ b/mail-mta/sendmail/sendmail-8.14.9-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -18,8 +18,8 @@ DEPEND="net-mail/mailbase
28 sasl? ( >=dev-libs/cyrus-sasl-2.1.10 )
29 tcpd? ( sys-apps/tcp-wrappers )
30 ssl? (
31 - !libressl? ( dev-libs/openssl:0 )
32 - libressl? ( dev-libs/libressl )
33 + !libressl? ( dev-libs/openssl:0= )
34 + libressl? ( dev-libs/libressl:= )
35 )
36 ldap? ( net-nds/openldap )
37 >=sys-libs/db-3.2
38
39 diff --git a/mail-mta/sendmail/sendmail-8.14.9.ebuild b/mail-mta/sendmail/sendmail-8.14.9.ebuild
40 index d356bfab013..36016a1d8c9 100644
41 --- a/mail-mta/sendmail/sendmail-8.14.9.ebuild
42 +++ b/mail-mta/sendmail/sendmail-8.14.9.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="5"
49 @@ -17,7 +17,7 @@ DEPEND="net-mail/mailbase
50 sys-devel/m4
51 sasl? ( >=dev-libs/cyrus-sasl-2.1.10 )
52 tcpd? ( sys-apps/tcp-wrappers )
53 - ssl? ( dev-libs/openssl )
54 + ssl? ( dev-libs/openssl:0= )
55 ldap? ( net-nds/openldap )
56 >=sys-libs/db-3.2
57 !net-mail/vacation