commit: c4ab807c5baec32dccd38be6872256dc66c98cfc Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 13 07:58:13 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 13 07:58:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab807c
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 <graaff <AT> gentoo.org> 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 a647effd78b..ea0d2b7b10c 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() {
