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 678B7158041 for ; Wed, 6 Mar 2024 03:37:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED46AE29F5; Wed, 6 Mar 2024 03:37:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAE58E29F5 for ; Wed, 6 Mar 2024 03:37:42 +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 1B5D6343060 for ; Wed, 6 Mar 2024 03:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E59A14F1 for ; Wed, 6 Mar 2024 03:37:39 +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: <1709696180.71cd74c50f6b6fa79e36577642e9d681ebaa31bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/scorched3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/scorched3d/scorched3d-44-r3.ebuild X-VCS-Directories: games-strategy/scorched3d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71cd74c50f6b6fa79e36577642e9d681ebaa31bc X-VCS-Branch: master Date: Wed, 6 Mar 2024 03:37:39 +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: a4361ddd-1276-4ba5-9368-c4e10fd019d5 X-Archives-Hash: 9065c8006a5f37bb8f7d860a28313117 commit: 71cd74c50f6b6fa79e36577642e9d681ebaa31bc Author: Eli Schwartz gmail com> AuthorDate: Tue Mar 5 23:55:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 6 03:36:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cd74c5 games-strategy/scorched3d: mark as LTO-unsafe Closes: https://bugs.gentoo.org/859265 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> games-strategy/scorched3d/scorched3d-44-r3.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/games-strategy/scorched3d/scorched3d-44-r3.ebuild b/games-strategy/scorched3d/scorched3d-44-r3.ebuild index 526a838be935..a9bcf92633c9 100644 --- a/games-strategy/scorched3d/scorched3d-44-r3.ebuild +++ b/games-strategy/scorched3d/scorched3d-44-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit autotools desktop edos2unix wxwidgets +inherit autotools desktop edos2unix flag-o-matic wxwidgets DESCRIPTION="Multi-player tank battle in 3D (OpenGL)" HOMEPAGE="http://www.scorched3d.co.uk/" @@ -69,6 +69,12 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/859265 + # Upstream is inactive, latest activity from 9 years ago, sourceforge + # project. Not filing a bug. + filter-lto + setup-wxwidgets econf \ --datadir="${EPREFIX}"/usr/share/${PN} \