summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-13 09:58:13 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-13 09:58:49 +0200
commitc4ab807c5baec32dccd38be6872256dc66c98cfc (patch)
treee3933236d3eda5158e4d32dcea2ea24361e412d5
parentmail-mta/netqmail: (diff)
downloadgentoo-c4ab807c5baec32dccd38be6872256dc66c98cfc.tar.gz
gentoo-c4ab807c5baec32dccd38be6872256dc66c98cfc.tar.bz2
gentoo-c4ab807c5baec32dccd38be6872256dc66c98cfc.zip
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@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
-rw-r--r--mail-mta/netqmail/netqmail-1.06-r6.ebuild6
1 files 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() {