From dd6d75b331b6d39b0b5bad3cb363b94fe173876f Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 7 Jan 2019 19:44:41 +0100 Subject: 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 --- 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(-) (limited to 'mail-filter/spamdyke') diff --git a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild b/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild index a91c7403a927..02c6a579d924 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 14564e0a21c3..24eabfe02920 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 9be8f12fbc65..c084bef63444 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=" -- cgit v1.2.3-65-gdbad