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 30DA0158128 for ; Sun, 15 Jun 2025 13:29:22 +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 DD8523425B6 for ; Sun, 15 Jun 2025 13:29:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CFECA1104D9; Sun, 15 Jun 2025 13:29:20 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BB15C1104D9 for ; Sun, 15 Jun 2025 13:29:20 +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 5D9BD3425B6 for ; Sun, 15 Jun 2025 13:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5392356 for ; Sun, 15 Jun 2025 13:29:18 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1749994140.cebf7ed59e24ea1b6aa9b1d9bd7dee3d72ee56fb.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/unixcw/unixcw-3.6.1-r1.ebuild media-radio/unixcw/unixcw-3.6.1-r2.ebuild X-VCS-Directories: media-radio/unixcw/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: cebf7ed59e24ea1b6aa9b1d9bd7dee3d72ee56fb X-VCS-Branch: master Date: Sun, 15 Jun 2025 13:29:18 +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: 57f2f36b-d17f-4754-8f78-84740e804849 X-Archives-Hash: 946dd54b78d4e5802f8a76a780bec240 commit: cebf7ed59e24ea1b6aa9b1d9bd7dee3d72ee56fb Author: Thomas Beierlein gentoo org> AuthorDate: Sun Jun 15 13:27:56 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Jun 15 13:29:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf7ed5 media-radio/unixcw: Add filter-lto to forbid link time optimization Closes: https://bugs.gentoo.org/957446 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/unixcw/{unixcw-3.6.1-r1.ebuild => unixcw-3.6.1-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-radio/unixcw/unixcw-3.6.1-r1.ebuild b/media-radio/unixcw/unixcw-3.6.1-r2.ebuild similarity index 96% rename from media-radio/unixcw/unixcw-3.6.1-r1.ebuild rename to media-radio/unixcw/unixcw-3.6.1-r2.ebuild index 07086900d052..6024e2349eec 100644 --- a/media-radio/unixcw/unixcw-3.6.1-r1.ebuild +++ b/media-radio/unixcw/unixcw-3.6.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Collection of programs that fit together to form a morse code tutor program" HOMEPAGE="https://unixcw.sourceforge.net" @@ -37,6 +37,8 @@ src_prepare() { } src_configure() { + # fails with -flto (see bug #957446) + filter-lto econf --libdir="${EPREFIX}/usr/$(get_libdir)" \ $(use_enable pulseaudio ) \ $(use_enable alsa ) \