From c4ab807c5baec32dccd38be6872256dc66c98cfc Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 13 Jul 2019 09:58:13 +0200 Subject: [PATCH] mail-mta/netqmail: new revision with openssl 1.1 compat Add updated patches that ensure compatibility with openssl 1.1.x. Based on patches by Alexander Hof and ebuild by Yida Zhang. Fixes: https://bugs.gentoo.org/675060 Signed-off-by: Hans de Graaff Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- mail-mta/netqmail/netqmail-1.06-r6.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail-mta/netqmail/netqmail-1.06-r6.ebuild b/mail-mta/netqmail/netqmail-1.06-r6.ebuild index a647effd78be..ea0d2b7b10ce 100644 --- a/mail-mta/netqmail/netqmail-1.06-r6.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 GENQMAIL_PV=20080406 QMAIL_SPP_PV=0.42 @@ -17,7 +17,7 @@ QMAIL_LARGE_DNS='qmail-103.patch' QMAIL_SMTPUTF8='qmail-smtputf8.patch' -inherit eutils qmail +inherit qmail DESCRIPTION="qmail -- a secure, reliable, efficient, simple message transfer agent" HOMEPAGE=" @@ -139,6 +139,8 @@ src_prepare() { else einfo "Enabled CRAM_MD5 support" fi + + eapply_user } src_compile() { -- 2.26.2