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 7BC8B1581CF for ; Fri, 13 Jun 2025 07:19:35 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6934A34246B for ; Fri, 13 Jun 2025 07:19:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9F89C1104F9; Fri, 13 Jun 2025 07:19:23 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 99C661104F9 for ; Fri, 13 Jun 2025 07:19: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CC7C34245A for ; Fri, 13 Jun 2025 07:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD65B29A4 for ; Fri, 13 Jun 2025 07:19:20 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1749798972.95eb73d1d8864495af162e557b75263f8f400992.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/icecream/icecream-1.4-r1.ebuild X-VCS-Directories: sys-devel/icecream/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 95eb73d1d8864495af162e557b75263f8f400992 X-VCS-Branch: master Date: Fri, 13 Jun 2025 07:19: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: e426e337-0dfa-48bc-a0ee-5da780879070 X-Archives-Hash: 13629dc553b8d68af1a5135fcd0fce0e commit: 95eb73d1d8864495af162e557b75263f8f400992 Author: Eli Schwartz gentoo org> AuthorDate: Fri Jun 13 00:53:07 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Jun 13 07:16:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95eb73d1 sys-devel/icecream: use dot-a.eclass ... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/957933 Signed-off-by: Eli Schwartz gentoo.org> sys-devel/icecream/icecream-1.4-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-devel/icecream/icecream-1.4-r1.ebuild b/sys-devel/icecream/icecream-1.4-r1.ebuild index 23058f930d8e..ca61c97635a2 100644 --- a/sys-devel/icecream/icecream-1.4-r1.ebuild +++ b/sys-devel/icecream/icecream-1.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 AT_NOELIBTOOLIZE="yes" -inherit autotools systemd tmpfiles +inherit autotools dot-a systemd tmpfiles DESCRIPTION="Distributed compiler with a central scheduler to share build load" HOMEPAGE="https://github.com/icecc/icecream" @@ -32,6 +32,8 @@ src_prepare() { } src_configure() { + lto-guarantee-fat + econf \ --enable-clang-rewrite-includes \ --enable-clang-wrappers @@ -40,6 +42,8 @@ src_configure() { src_install() { default + strip-lto-bytecode + find "${ED}" -name '*.la' -delete || die systemd_dounit "${FILESDIR}"/iceccd.service