commit: dd6d75b331b6d39b0b5bad3cb363b94fe173876f
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 18:44:41 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 19:15:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d75b3
mail-filter/spamdyke: 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 <AT> gentoo.org>
mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild | 6 +++---
mail-filter/spamdyke/spamdyke-4.3.0.ebuild | 4 ++--
mail-filter/spamdyke/spamdyke-5.0.1.ebuild | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
b/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
index a91c7403a92..02c6a579d92 100644
--- a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
+++ b/mail-filter/spamdyke/spamdyke-4.3.0-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"
@@ -16,8 +16,8 @@ IUSE="libressl +ssl"
DEPEND="
ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:= )
)"
RDEPEND="${DEPEND}
virtual/qmail"
diff --git a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
index 14564e0a21c..24eabfe0292 100644
--- a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
+++ b/mail-filter/spamdyke/spamdyke-4.3.0.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"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+ssl"
-DEPEND="ssl? ( dev-libs/openssl )"
+DEPEND="ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}
virtual/qmail"
diff --git a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
index 9be8f12fbc6..c084bef6344 100644
--- a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
+++ b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,8 +16,8 @@ IUSE="libressl +ssl"
DEPEND="
ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:= )
)"
RDEPEND="