commit: 09fff29d7671fbb78002b459b6ed472c6c08a358
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 12:50:28 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 12:50:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fff29d
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 <juippis <AT> gentoo.org>
mail-mta/netqmail/netqmail-1.06-r7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-mta/netqmail/netqmail-1.06-r7.ebuild
b/mail-mta/netqmail/netqmail-1.06-r7.ebuild
index 00b6a3087f4..10a85284363 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