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 6979315827B for ; Mon, 11 Aug 2025 05:38:24 +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 55C5434216E for ; Mon, 11 Aug 2025 05:38:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9BE36110569; Mon, 11 Aug 2025 05:38:06 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 902C5110568 for ; Mon, 11 Aug 2025 05:38:06 +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 46816341FE3 for ; Mon, 11 Aug 2025 05:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99D7F334A for ; Mon, 11 Aug 2025 05:38:03 +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: <1754890534.9fba6acd6579cc2faa41028ca4996150c66812f0.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/itk/itk-4.2.3-r2.ebuild X-VCS-Directories: dev-tcltk/itk/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 9fba6acd6579cc2faa41028ca4996150c66812f0 X-VCS-Branch: master Date: Mon, 11 Aug 2025 05:38:03 +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: a1fa2e30-8fb3-48c8-99fe-896670d37c9e X-Archives-Hash: 3a316f30fd9d65776470eb9172d4e7c7 commit: 9fba6acd6579cc2faa41028ca4996150c66812f0 Author: Eli Schwartz gentoo org> AuthorDate: Sun Aug 10 21:19:18 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Mon Aug 11 05:35:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fba6acd dev-tcltk/itk: use dot-a.eclass ... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/957998 Signed-off-by: Eli Schwartz gentoo.org> dev-tcltk/itk/itk-4.2.3-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/itk/itk-4.2.3-r2.ebuild b/dev-tcltk/itk/itk-4.2.3-r2.ebuild index 8d1ddb2efd2e..78a0edd0a449 100644 --- a/dev-tcltk/itk/itk-4.2.3-r2.ebuild +++ b/dev-tcltk/itk/itk-4.2.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit virtualx +inherit dot-a virtualx MY_PV=${PN}-$(ver_rs 1- '-') TCLCONFIGId=4a924db4fb37fa0c7cc2ae987b294dbaa97bc713 @@ -42,6 +42,7 @@ src_prepare() { } src_configure() { + lto-guarantee-fat local itcl_package=$(best_version dev-tcltk/itcl) local itcl_version=${itcl_package#*/*-} local ITCL_VERSION="${itcl_version%-*}" @@ -65,6 +66,7 @@ src_test() { src_install() { default + strip-lto-bytecode dodoc license.terms