diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 19:44:41 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 20:15:40 +0100 |
commit | dd6d75b331b6d39b0b5bad3cb363b94fe173876f (patch) | |
tree | 06fadae931a4075af4be21c9ed8846c9fb61d762 /mail-filter/spamdyke | |
parent | mail-filter/sid-milter: Adjusted sub-slot dep on dev-libs/openssl (diff) | |
download | gentoo-dd6d75b331b6d39b0b5bad3cb363b94fe173876f.tar.gz gentoo-dd6d75b331b6d39b0b5bad3cb363b94fe173876f.tar.bz2 gentoo-dd6d75b331b6d39b0b5bad3cb363b94fe173876f.zip |
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@gentoo.org>
Diffstat (limited to 'mail-filter/spamdyke')
-rw-r--r-- | mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | mail-filter/spamdyke/spamdyke-4.3.0.ebuild | 4 | ||||
-rw-r--r-- | 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 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=" |