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-filter/spamdyke/
Date: Mon, 07 Jan 2019 19:16:04
Message-Id: 1546888540.dd6d75b331b6d39b0b5bad3cb363b94fe173876f.polynomial-c@gentoo
1 commit: dd6d75b331b6d39b0b5bad3cb363b94fe173876f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 18:44:41 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d75b3
7
8 mail-filter/spamdyke: 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-filter/spamdyke/spamdyke-4.3.0-r1.ebuild | 6 +++---
14 mail-filter/spamdyke/spamdyke-4.3.0.ebuild | 4 ++--
15 mail-filter/spamdyke/spamdyke-5.0.1.ebuild | 6 +++---
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild b/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
19 index a91c7403a92..02c6a579d92 100644
20 --- a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
21 +++ b/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -16,8 +16,8 @@ IUSE="libressl +ssl"
29
30 DEPEND="
31 ssl? (
32 - !libressl? ( dev-libs/openssl:0 )
33 - libressl? ( dev-libs/libressl )
34 + !libressl? ( dev-libs/openssl:0= )
35 + libressl? ( dev-libs/libressl:= )
36 )"
37 RDEPEND="${DEPEND}
38 virtual/qmail"
39
40 diff --git a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
41 index 14564e0a21c..24eabfe0292 100644
42 --- a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
43 +++ b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="5"
50 @@ -14,7 +14,7 @@ SLOT="0"
51 KEYWORDS="amd64 x86"
52 IUSE="+ssl"
53
54 -DEPEND="ssl? ( dev-libs/openssl )"
55 +DEPEND="ssl? ( dev-libs/openssl:0= )"
56 RDEPEND="${DEPEND}
57 virtual/qmail"
58
59
60 diff --git a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
61 index 9be8f12fbc6..c084bef6344 100644
62 --- a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
63 +++ b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=5
70 @@ -16,8 +16,8 @@ IUSE="libressl +ssl"
71
72 DEPEND="
73 ssl? (
74 - !libressl? ( dev-libs/openssl:0 )
75 - libressl? ( dev-libs/libressl )
76 + !libressl? ( dev-libs/openssl:0= )
77 + libressl? ( dev-libs/libressl:= )
78 )"
79
80 RDEPEND="