From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6533C158287 for ; Thu, 15 May 2025 15:35:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 272CE3437C6 for ; Thu, 15 May 2025 15:35:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 263A41103C0; Thu, 15 May 2025 15:35:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1DEFD1103C0 for ; Thu, 15 May 2025 15:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB8943434FB for ; Thu, 15 May 2025 15:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A03828A8 for ; Thu, 15 May 2025 15:35:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1747323265.9e37cd70e0dc2001f9793a82596ccd061db66387.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/p7zip/p7zip-17.05-r2.ebuild X-VCS-Directories: app-arch/p7zip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9e37cd70e0dc2001f9793a82596ccd061db66387 X-VCS-Branch: master Date: Thu, 15 May 2025 15:35:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 927a5e20-4817-4032-9ba2-3bc4010e345b X-Archives-Hash: a7ad4201571821841c42480f47abe508 commit: 9e37cd70e0dc2001f9793a82596ccd061db66387 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 15 08:43:02 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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