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 E3755158041 for ; Tue, 12 Mar 2024 02:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD8D6E2A16; Tue, 12 Mar 2024 02:25:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B61EEE2A16 for ; Tue, 12 Mar 2024 02:25:51 +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 07E06343018 for ; Tue, 12 Mar 2024 02:25:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50560151D for ; Tue, 12 Mar 2024 02:25:48 +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: <1710210287.8b035ee2a03df85e58a5b61d318ecd99bde83e89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/foobillard/foobillard-3.0a-r1.ebuild X-VCS-Directories: games-sports/foobillard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b035ee2a03df85e58a5b61d318ecd99bde83e89 X-VCS-Branch: master Date: Tue, 12 Mar 2024 02:25:48 +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: dbda3d07-91c2-411f-9f80-f4c3467a50a1 X-Archives-Hash: 87a93fc58ed3022da78d5b05d3438fc0 commit: 8b035ee2a03df85e58a5b61d318ecd99bde83e89 Author: Eli Schwartz gmail com> AuthorDate: Tue Mar 12 01:45:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 12 02:24:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b035ee2 games-sports/foobillard: mark as LTO-unsafe Closes: https://bugs.gentoo.org/859235 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> games-sports/foobillard/foobillard-3.0a-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/games-sports/foobillard/foobillard-3.0a-r1.ebuild b/games-sports/foobillard/foobillard-3.0a-r1.ebuild index ad8a7bd2411d..3cb4c991c6c5 100644 --- a/games-sports/foobillard/foobillard-3.0a-r1.ebuild +++ b/games-sports/foobillard/foobillard-3.0a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,6 +46,12 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/859235 + # + # Upstream is sourceforge, and dead since 2010. Not reported upstream. + filter-lto + use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib econf \ --enable-sound \