commit: 9e37cd70e0dc2001f9793a82596ccd061db66387 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 15 08:43:02 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 15 15:34:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e37cd70
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 <AT> gentoo.org> app-arch/p7zip/p7zip-17.05-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/p7zip/p7zip-17.05-r2.ebuild b/app-arch/p7zip/p7zip-17.05-r2.ebuild index aef850fccd58..ab3d91fab365 100644 --- a/app-arch/p7zip/p7zip-17.05-r2.ebuild +++ b/app-arch/p7zip/p7zip-17.05-r2.ebuild @@ -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
