From: Joonas Niilola Date: Wed, 25 Sep 2019 12:50:28 +0000 (+0300) Subject: mail-mta/netqmail: fix a patching mistake I introduced in -r7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09fff29d7671fbb78002b459b6ed472c6c08a358;p=gentoo.git mail-mta/netqmail: fix a patching mistake I introduced in -r7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola --- diff --git a/mail-mta/netqmail/netqmail-1.06-r7.ebuild b/mail-mta/netqmail/netqmail-1.06-r7.ebuild index 00b6a3087f4d..10a852843631 100644 --- a/mail-mta/netqmail/netqmail-1.06-r7.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r7.ebuild @@ -118,13 +118,13 @@ src_prepare() { sed 's~^--- \.\./\.\./~--- ~g' \ < "${DISTDIR}"/${QMAIL_TLS_F} \ > "${T}"/${QMAIL_TLS_F} || die - local PATCHES+=( "${T}/${QMAIL_TLS_F}" + PATCHES+=( "${T}/${QMAIL_TLS_F}" "${DISTDIR}/${QMAIL_TLS_CVE}" "${FILESDIR}/qmail-smtputf8.patch" ) fi if use highvolume; then - local PATCHES+=( "${DISTDIR}/${QMAIL_BIGTODO_F}" ) + PATCHES+=( "${DISTDIR}/${QMAIL_BIGTODO_F}" ) fi if use qmail-spp; then @@ -136,7 +136,7 @@ src_prepare() { # make the patch work with "-p1" sed -e 's#^--- \([Mq]\)#--- a/\1#' -e 's#^+++ \([Mq]\)#+++ b/\1#' -i ${SPP_PATCH} || die - local PATCHES+=( "${SPP_PATCH}" ) + PATCHES+=( "${SPP_PATCH}" ) fi fi