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 78AC0158041 for ; Fri, 22 Mar 2024 05:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3F73E29F2; Fri, 22 Mar 2024 05:33:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97DAEE29F4 for ; Fri, 22 Mar 2024 05:33:26 +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 3606334302C for ; Fri, 22 Mar 2024 05:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4573515C7 for ; Fri, 22 Mar 2024 05:33:22 +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: <1711085514.85fc56aec46c02a6c5ea1d46f940398e12022e34.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/vbam/vbam-2.1.7.ebuild X-VCS-Directories: games-emulation/vbam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 85fc56aec46c02a6c5ea1d46f940398e12022e34 X-VCS-Branch: master Date: Fri, 22 Mar 2024 05:33:22 +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: 2507617f-fb1b-4bd1-8511-bd7dbe106eb1 X-Archives-Hash: af564992f65a33015a6b134161fc4975 commit: 85fc56aec46c02a6c5ea1d46f940398e12022e34 Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 22 02:57:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 22 05:31:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fc56ae games-emulation/vbam: mark as LTO-unsafe Closes: https://bugs.gentoo.org/926080 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> games-emulation/vbam/vbam-2.1.7.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/games-emulation/vbam/vbam-2.1.7.ebuild b/games-emulation/vbam/vbam-2.1.7.ebuild index c18685667d58..8208b7e893c4 100644 --- a/games-emulation/vbam/vbam-2.1.7.ebuild +++ b/games-emulation/vbam/vbam-2.1.7.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 wxwidgets xdg cmake +inherit flag-o-matic wxwidgets xdg cmake if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/visualboyadvance-m/visualboyadvance-m.git" @@ -61,6 +61,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/926080 + # https://github.com/visualboyadvance-m/visualboyadvance-m/issues/1260 + filter-lto + use wxwidgets && setup-wxwidgets local mycmakeargs=(