Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/
Date: Sun, 18 Nov 2018 15:27:20
Message-Id: 1542554824.ed326b52efb5f570dc127175160c7759c6f99afa.whissi@gentoo
1 commit: ed326b52efb5f570dc127175160c7759c6f99afa
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 14:59:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 15:27:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed326b52
7
8 mail-mta/postfix: add subslot operator on dev-libs/openssl atom
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 mail-mta/postfix/postfix-2.10.9.ebuild | 4 ++--
14 mail-mta/postfix/postfix-3.1.6.ebuild | 4 ++--
15 mail-mta/postfix/postfix-3.2.4.ebuild | 4 ++--
16 mail-mta/postfix/postfix-3.2.6.ebuild | 4 ++--
17 mail-mta/postfix/postfix-3.3.1-r1.ebuild | 4 ++--
18 mail-mta/postfix/postfix-3.3.1.ebuild | 4 ++--
19 mail-mta/postfix/postfix-3.4_pre20181104.ebuild | 2 +-
20 7 files changed, 13 insertions(+), 13 deletions(-)
21
22 diff --git a/mail-mta/postfix/postfix-2.10.9.ebuild b/mail-mta/postfix/postfix-2.10.9.ebuild
23 index 71a043b3a93..9bfc6c31191 100644
24 --- a/mail-mta/postfix/postfix-2.10.9.ebuild
25 +++ b/mail-mta/postfix/postfix-2.10.9.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -32,7 +32,7 @@ DEPEND=">=dev-libs/libpcre-3.4
33 postgres? ( dev-db/postgresql:* )
34 sasl? ( >=dev-libs/cyrus-sasl-2 )
35 sqlite? ( dev-db/sqlite:3 )
36 - ssl? ( dev-libs/openssl:0 )"
37 + ssl? ( dev-libs/openssl:0= )"
38
39 RDEPEND="${DEPEND}
40 dovecot-sasl? ( net-mail/dovecot )
41
42 diff --git a/mail-mta/postfix/postfix-3.1.6.ebuild b/mail-mta/postfix/postfix-3.1.6.ebuild
43 index 4b77390d2e6..3700be5b4db 100644
44 --- a/mail-mta/postfix/postfix-3.1.6.ebuild
45 +++ b/mail-mta/postfix/postfix-3.1.6.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -32,7 +32,7 @@ DEPEND=">=dev-libs/libpcre-3.4
53 sasl? ( >=dev-libs/cyrus-sasl-2 )
54 sqlite? ( dev-db/sqlite:3 )
55 ssl? (
56 - !libressl? ( dev-libs/openssl:0 )
57 + !libressl? ( dev-libs/openssl:0= )
58 libressl? ( dev-libs/libressl )
59 )"
60
61
62 diff --git a/mail-mta/postfix/postfix-3.2.4.ebuild b/mail-mta/postfix/postfix-3.2.4.ebuild
63 index da4a712b4ae..07df837bc98 100644
64 --- a/mail-mta/postfix/postfix-3.2.4.ebuild
65 +++ b/mail-mta/postfix/postfix-3.2.4.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -32,7 +32,7 @@ DEPEND=">=dev-libs/libpcre-3.4
73 sasl? ( >=dev-libs/cyrus-sasl-2 )
74 sqlite? ( dev-db/sqlite:3 )
75 ssl? (
76 - !libressl? ( dev-libs/openssl:0 )
77 + !libressl? ( dev-libs/openssl:0= )
78 libressl? ( dev-libs/libressl )
79 )"
80
81
82 diff --git a/mail-mta/postfix/postfix-3.2.6.ebuild b/mail-mta/postfix/postfix-3.2.6.ebuild
83 index 20f11ae067a..b80488e6a46 100644
84 --- a/mail-mta/postfix/postfix-3.2.6.ebuild
85 +++ b/mail-mta/postfix/postfix-3.2.6.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 +# Copyright 1999-2018 Gentoo Authors
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=6
92 @@ -33,7 +33,7 @@ DEPEND=">=dev-libs/libpcre-3.4
93 sasl? ( >=dev-libs/cyrus-sasl-2 )
94 sqlite? ( dev-db/sqlite:3 )
95 ssl? (
96 - !libressl? ( dev-libs/openssl:0 )
97 + !libressl? ( dev-libs/openssl:0= )
98 libressl? ( dev-libs/libressl )
99 )"
100
101
102 diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
103 index afd9a3d4714..a171b99951a 100644
104 --- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild
105 +++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
106 @@ -1,4 +1,4 @@
107 -# Copyright 1999-2018 Gentoo Foundation
108 +# Copyright 1999-2018 Gentoo Authors
109 # Distributed under the terms of the GNU General Public License v2
110
111 EAPI=6
112 @@ -33,7 +33,7 @@ DEPEND=">=dev-libs/libpcre-3.4
113 sasl? ( >=dev-libs/cyrus-sasl-2 )
114 sqlite? ( dev-db/sqlite:3 )
115 ssl? (
116 - !libressl? ( dev-libs/openssl:0 )
117 + !libressl? ( dev-libs/openssl:0= )
118 libressl? ( dev-libs/libressl )
119 )"
120
121
122 diff --git a/mail-mta/postfix/postfix-3.3.1.ebuild b/mail-mta/postfix/postfix-3.3.1.ebuild
123 index 517cc59b64e..c1734f89d55 100644
124 --- a/mail-mta/postfix/postfix-3.3.1.ebuild
125 +++ b/mail-mta/postfix/postfix-3.3.1.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2018 Gentoo Foundation
128 +# Copyright 1999-2018 Gentoo Authors
129 # Distributed under the terms of the GNU General Public License v2
130
131 EAPI=6
132 @@ -33,7 +33,7 @@ DEPEND=">=dev-libs/libpcre-3.4
133 sasl? ( >=dev-libs/cyrus-sasl-2 )
134 sqlite? ( dev-db/sqlite:3 )
135 ssl? (
136 - !libressl? ( dev-libs/openssl:0 )
137 + !libressl? ( dev-libs/openssl:0= )
138 libressl? ( dev-libs/libressl )
139 )"
140
141
142 diff --git a/mail-mta/postfix/postfix-3.4_pre20181104.ebuild b/mail-mta/postfix/postfix-3.4_pre20181104.ebuild
143 index eebf7c70480..f826996c808 100644
144 --- a/mail-mta/postfix/postfix-3.4_pre20181104.ebuild
145 +++ b/mail-mta/postfix/postfix-3.4_pre20181104.ebuild
146 @@ -33,7 +33,7 @@ DEPEND=">=dev-libs/libpcre-3.4
147 sasl? ( >=dev-libs/cyrus-sasl-2 )
148 sqlite? ( dev-db/sqlite:3 )
149 ssl? (
150 - !libressl? ( dev-libs/openssl:0 )
151 + !libressl? ( dev-libs/openssl:0= )
152 libressl? ( dev-libs/libressl )
153 )"