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 57981158041 for ; Fri, 29 Mar 2024 18:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 738A9E2AAC; Fri, 29 Mar 2024 18:47:54 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55C4EE2AAC for ; Fri, 29 Mar 2024 18:47:54 +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 9DA0B343122 for ; Fri, 29 Mar 2024 18:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAD181612 for ; Fri, 29 Mar 2024 18:47:50 +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: <1711737914.001eac07cf2ed466d899c618b432805ae6e091a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/tiemu/tiemu-3.03-r2.ebuild X-VCS-Directories: sci-calculators/tiemu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 001eac07cf2ed466d899c618b432805ae6e091a2 X-VCS-Branch: master Date: Fri, 29 Mar 2024 18:47:50 +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: e1d32cea-2c13-4510-b6f1-e591368f5ac0 X-Archives-Hash: 45481b5463516b8f53e09ca990c73727 commit: 001eac07cf2ed466d899c618b432805ae6e091a2 Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 29 06:07:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 29 18:45:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001eac07 sci-calculators/tiemu: mark as LTO-unsafe Closes: https://bugs.gentoo.org/862381 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-calculators/tiemu/tiemu-3.03-r2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild index ff146a5fd377..817fd4efec30 100644 --- a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild +++ b/sci-calculators/tiemu/tiemu-3.03-r2.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 desktop +inherit desktop flag-o-matic DESCRIPTION="Texas Instruments hand-helds emulator" HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/" @@ -45,6 +45,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/862381 + filter-lto + econf \ --disable-rpath \ --disable-debugger \