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 7CBE1158041 for ; Wed, 13 Mar 2024 04:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF803E29D9; Wed, 13 Mar 2024 04:46:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F04FE29D9 for ; Wed, 13 Mar 2024 04:46:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8163F34300B for ; Wed, 13 Mar 2024 04:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D651515 for ; Wed, 13 Mar 2024 04:46:43 +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: <1710303882.4946f27930e2e317938612b1dec9d7cc19855ad5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild X-VCS-Directories: games-emulation/gnuboy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4946f27930e2e317938612b1dec9d7cc19855ad5 X-VCS-Branch: master Date: Wed, 13 Mar 2024 04:46:43 +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: 3c0d04f2-e265-49c3-808f-fa7805ff122e X-Archives-Hash: 3d2399aa310eb96dc91511bc5324b6be commit: 4946f27930e2e317938612b1dec9d7cc19855ad5 Author: Sam James gentoo org> AuthorDate: Wed Mar 13 04:24:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 13 04:24:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4946f279 games-emulation/gnuboy: filter LTO, no-SA Dead upstream. Closes: https://bugs.gentoo.org/858701 Signed-off-by: Sam James gentoo.org> games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild index 6fcd97ea2826..6a69c356ddca 100644 --- a/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild +++ b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 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="Gameboy emulator with multiple renderers" HOMEPAGE="https://sourceforge.net/projects/gnuboy/" @@ -39,6 +39,10 @@ src_prepare() { } src_configure() { + # LTO type mismatches (bug #858701) + append-flags -fno-strict-aliasing + filter-lto + local econfargs=( $(use_with X x) $(use_with sdl)