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 8BA1615827B for ; Mon, 11 Aug 2025 05:38:27 +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 753243421BA for ; Mon, 11 Aug 2025 05:38:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A6B1211056B; 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 95C8E110568 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 4C70E342175 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 BEC09334F 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: <1754890535.a8354f3d09dfb632313bb346e26bff6b8c0d55a1.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/snack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/snack/snack-2.2.10-r13.ebuild X-VCS-Directories: dev-tcltk/snack/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: a8354f3d09dfb632313bb346e26bff6b8c0d55a1 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: 24af1b61-d1a8-4ad3-a525-fab41ee3acc5 X-Archives-Hash: a67a6717aef0e5d65c9dd60adc577a30 commit: a8354f3d09dfb632313bb346e26bff6b8c0d55a1 Author: Eli Schwartz gentoo org> AuthorDate: Sun Aug 10 22:07:07 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Mon Aug 11 05:35:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8354f3d dev-tcltk/snack: use dot-a.eclass ... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/958204 Signed-off-by: Eli Schwartz gentoo.org> dev-tcltk/snack/snack-2.2.10-r13.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/snack/snack-2.2.10-r13.ebuild b/dev-tcltk/snack/snack-2.2.10-r13.ebuild index ec61cddf2d9c..9bc9986f1193 100644 --- a/dev-tcltk/snack/snack-2.2.10-r13.ebuild +++ b/dev-tcltk/snack/snack-2.2.10-r13.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=yes -inherit distutils-r1 flag-o-matic toolchain-funcs virtualx +inherit dot-a distutils-r1 flag-o-matic toolchain-funcs virtualx DESCRIPTION="The Snack Sound Toolkit (Tcl)" HOMEPAGE="http://www.speech.kth.se/snack/" @@ -61,6 +61,8 @@ src_prepare() { # For Clang 16, bunch of -Wimplicit-int, etc append-flags -std=gnu89 + lto-guarantee-fat + sed \ -e "s:ar cr:$(tc-getAR) cr:g" \ -e "s|-O|${CFLAGS}|g" \ @@ -123,6 +125,7 @@ src_install() { cd "${S}"/../python || die distutils-r1_src_install fi + strip-lto-bytecode cd "${S}"/.. || die