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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4620415815E for ; Tue, 6 Feb 2024 22:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BF8CE2A48; Tue, 6 Feb 2024 22:49:58 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 72886E2A47 for ; Tue, 6 Feb 2024 22:49:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89C643430D4 for ; Tue, 6 Feb 2024 22:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07BD314CE for ; Tue, 6 Feb 2024 22:49:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707259770.5d9a3b86d97e1af3b2db9534d6f4a3f5675d4fb7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/acl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/acl/acl-2.3.2-r1.ebuild sys-apps/acl/acl-2.3.2.ebuild X-VCS-Directories: sys-apps/acl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d9a3b86d97e1af3b2db9534d6f4a3f5675d4fb7 X-VCS-Branch: master Date: Tue, 6 Feb 2024 22:49:55 +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: 8f2923e7-d2b2-44f4-8df3-2f3c9474599b X-Archives-Hash: c081606b5eba8c28d93ed8e8cafe9bbb commit: 5d9a3b86d97e1af3b2db9534d6f4a3f5675d4fb7 Author: Eli Schwartz gmail com> AuthorDate: Tue Feb 6 13:17:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 6 22:49:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9a3b86 sys-apps/acl: remove usr-ldscript support Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sys-apps/acl/{acl-2.3.2.ebuild => acl-2.3.2-r1.ebuild} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys-apps/acl/acl-2.3.2.ebuild b/sys-apps/acl/acl-2.3.2-r1.ebuild similarity index 89% rename from sys-apps/acl/acl-2.3.2.ebuild rename to sys-apps/acl/acl-2.3.2-r1.ebuild index 1143bebd9578..83ade1a687c9 100644 --- a/sys-apps/acl/acl-2.3.2.ebuild +++ b/sys-apps/acl/acl-2.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic libtool multilib-minimal usr-ldscript +inherit flag-o-matic libtool multilib-minimal DESCRIPTION="Access control list utilities, libraries, and headers" HOMEPAGE="https://savannah.nongnu.org/projects/acl" @@ -48,13 +48,6 @@ multilib_src_test() { multilib_is_native_abi && default } -multilib_src_install() { - default - - # Move shared libs to / - gen_usr_ldscript -a acl -} - multilib_src_install_all() { if ! use static-libs ; then find "${ED}" -type f -name "*.la" -delete || die