mail-mta/netqmail: new revision with openssl 1.1 compat
authorHans de Graaff <graaff@gentoo.org>
Sat, 13 Jul 2019 07:58:13 +0000 (09:58 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sat, 13 Jul 2019 07:58:49 +0000 (09:58 +0200)
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@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

mail-mta/netqmail/netqmail-1.06-r6.ebuild

index a647effd78be5825047c93407ce8f4d83d6ae3ec..ea0d2b7b10ce7f445f4ea6b361c9a762a19719b3 100644 (file)
@@ -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() {