From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FC6B158041 for ; Thu, 21 Mar 2024 05:58:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31165E29AB; Thu, 21 Mar 2024 05:58:48 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 11C78E29AB for ; Thu, 21 Mar 2024 05:58:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45CAF343024 for ; Thu, 21 Mar 2024 05:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAFC215AD for ; Thu, 21 Mar 2024 05:58:45 +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: <1711000659.1865b28c2a78c25d81aca07fd7def4680b07dc70.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gsmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gsmc/gsmc-1.1-r3.ebuild X-VCS-Directories: sci-electronics/gsmc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1865b28c2a78c25d81aca07fd7def4680b07dc70 X-VCS-Branch: master Date: Thu, 21 Mar 2024 05:58:45 +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: d63dab1e-bc03-4a71-8ecd-d58529368abf X-Archives-Hash: 524a8ed3fab0a6f2ccea7403d5695c85 commit: 1865b28c2a78c25d81aca07fd7def4680b07dc70 Author: Eli Schwartz gmail com> AuthorDate: Thu Mar 21 05:04:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 21 05:57:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1865b28c sci-electronics/gsmc: mark as LTO-unsafe Closes: https://bugs.gentoo.org/862456 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-electronics/gsmc/gsmc-1.1-r3.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/sci-electronics/gsmc/gsmc-1.1-r3.ebuild b/sci-electronics/gsmc/gsmc-1.1-r3.ebuild index ebd74cd54aa1..7abf1fbc2832 100644 --- a/sci-electronics/gsmc/gsmc-1.1-r3.ebuild +++ b/sci-electronics/gsmc/gsmc-1.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="A GTK program for doing Smith Chart calculations" HOMEPAGE="https://www.qsl.net/ik5nax/" @@ -30,6 +30,16 @@ src_prepare() { eautoreconf } +src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/862456 + # + # Upstream software dates to 2004 with no sign of activity. + filter-lto + + default +} + src_install() { emake DESTDIR="${D}" install dodoc AUTHORS NEWS README TODO