app-arch/p7zip: Fix WhitespaceFound warnings

Introduced by a71e1e4a0907b3172edb767c0eac01fe508e5ef1

Even if it is abandonware, our packages shouldn't.

Bug: https://bugs.gentoo.org/946122
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-05-15 10:43:02 +02:00
parent c3fe3b1e90
commit 9e37cd70e0
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -33,8 +33,8 @@ src_prepare() {
eapply "${FILESDIR}"/${P}-natspec.patch
sed -i '/^LOCAL_LIBS/s/$/ -lnatspec/' makefile.* || die
else
eapply "${FILESDIR}/${P}-localization.patch"
fi
eapply "${FILESDIR}/${P}-localization.patch"
fi
if ! use pch; then
sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die