From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 43A2C158046 for ; Sun, 13 Oct 2024 13:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54301E088F; Sun, 13 Oct 2024 13:35:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DF76E088F for ; Sun, 13 Oct 2024 13:35:23 +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 75EF43430DA for ; Sun, 13 Oct 2024 13:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C02C21F28 for ; Sun, 13 Oct 2024 13:35:20 +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: <1728826478.3399f3e514053fe3a7c36b69e056ab26eaac45d7.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-r1.ebuild X-VCS-Directories: app-arch/p7zip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3399f3e514053fe3a7c36b69e056ab26eaac45d7 X-VCS-Branch: master Date: Sun, 13 Oct 2024 13:35:20 +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: f908fc44-1154-4e03-a2a3-8c6cec063f14 X-Archives-Hash: 02420ec8b70bf2218b2ba5c71e4860ed commit: 3399f3e514053fe3a7c36b69e056ab26eaac45d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 13:26:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 13:34:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3399f3e5 app-arch/p7zip: Drop broken IUSE static If you wait long enough, someone else will fix it for you. Bug: https://bugs.gentoo.org/915392 Bug: https://bugs.gentoo.org/933740 Signed-off-by: Andreas Sturmlechner gentoo.org> app-arch/p7zip/p7zip-17.05-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app-arch/p7zip/p7zip-17.05-r1.ebuild b/app-arch/p7zip/p7zip-17.05-r1.ebuild index 552dfb5b72b4..10a859480459 100644 --- a/app-arch/p7zip/p7zip-17.05-r1.ebuild +++ b/app-arch/p7zip/p7zip-17.05-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/p7zip-project/p7zip/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1 rar? ( unRAR )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" -IUSE="abi_x86_x32 natspec +pch rar static test" +IUSE="abi_x86_x32 natspec +pch rar test" REQUIRED_USE="test? ( rar )" # bug 907221 RESTRICT="!test? ( test )" @@ -79,10 +79,6 @@ src_prepare() { CPP/7zip/Bundles/Format7zFree/makefile.list \ $(use rar && echo CPP/7zip/Compress/Rar/makefile.list) || die fi - - if use static; then - sed -i -e '/^LOCAL_LIBS=/s/LOCAL_LIBS=/&-static /' makefile.machine || die - fi } src_compile() {