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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 866E71584AD for ; Tue, 06 May 2025 18:11:06 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F10833FEF1 for ; Tue, 06 May 2025 18:11:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CD54511036F; Tue, 06 May 2025 18:11:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id BBF4411036F for ; Tue, 06 May 2025 18:11:04 +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 63F1C3430F7 for ; Tue, 06 May 2025 18:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6FC10D4 for ; Tue, 06 May 2025 18:11:02 +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: <1746554561.eacd5a2afcfef1294f49649fe9c2947fe9f976b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/attr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/attr/attr-2.5.2-r1.ebuild sys-apps/attr/attr-9999.ebuild X-VCS-Directories: sys-apps/attr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eacd5a2afcfef1294f49649fe9c2947fe9f976b8 X-VCS-Branch: master Date: Tue, 06 May 2025 18:11:02 +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: e55d7298-aea0-49ee-9b29-3acf6c892dc4 X-Archives-Hash: 00856b0c5ec2bef30af301ef439009c2 commit: eacd5a2afcfef1294f49649fe9c2947fe9f976b8 Author: Sam James gentoo org> AuthorDate: Tue May 6 18:02:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 18:02:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacd5a2a sys-apps/attr: use dot-a.eclass ... to avoid installing broken static libraries w/ LTO. Signed-off-by: Sam James gentoo.org> sys-apps/attr/attr-2.5.2-r1.ebuild | 7 +++++-- sys-apps/attr/attr-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys-apps/attr/attr-2.5.2-r1.ebuild b/sys-apps/attr/attr-2.5.2-r1.ebuild index a055cb13a557..c4b9fddfcf5f 100644 --- a/sys-apps/attr/attr-2.5.2-r1.ebuild +++ b/sys-apps/attr/attr-2.5.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit dot-a multilib-minimal if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/${PN}.git" @@ -42,6 +42,8 @@ src_prepare() { } multilib_src_configure() { + lto-guarantee-fat + local myeconfargs=( --bindir="${EPREFIX}"/bin --libexecdir="${EPREFIX}"/usr/$(get_libdir) @@ -68,5 +70,6 @@ multilib_src_install_all() { find "${ED}" -name '*.la' -delete || die fi + strip-lto-bytecode einstalldocs } diff --git a/sys-apps/attr/attr-9999.ebuild b/sys-apps/attr/attr-9999.ebuild index 35f3c75e8223..7be8efa71e41 100644 --- a/sys-apps/attr/attr-9999.ebuild +++ b/sys-apps/attr/attr-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit dot-a multilib-minimal if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/${PN}.git" @@ -42,6 +42,8 @@ src_prepare() { } multilib_src_configure() { + lto-guarantee-fat + local myeconfargs=( --bindir="${EPREFIX}"/bin --libexecdir="${EPREFIX}"/usr/$(get_libdir) @@ -68,5 +70,6 @@ multilib_src_install_all() { find "${ED}" -name '*.la' -delete || die fi + strip-lto-bytecode einstalldocs }