commit: 15984bba78afa4d5878068258628214897b7cf22
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 08:58:00 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 08:59:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15984bba
mail-filter/mailfilter: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index b84a6c85d78..705603c899b 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,12 +10,11 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
-IUSE="libressl +ssl"
+IUSE="+ssl"
DEPEND="sys-devel/flex
ssl? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( dev-libs/openssl:0= )
+ dev-libs/openssl:0=
)"
RDEPEND=""