public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
Date: Wed, 13 Mar 2024 04:46:43 +0000 (UTC)	[thread overview]
Message-ID: <1710303882.4946f27930e2e317938612b1dec9d7cc19855ad5.sam@gentoo> (raw)

commit:     4946f27930e2e317938612b1dec9d7cc19855ad5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 04:24:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)


             reply	other threads:[~2024-03-13  4:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13  4:46 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-19  7:48 [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/ Ionen Wolkens
2021-08-19  0:48 Sam James
2021-08-19  0:48 Sam James
2021-08-19  0:39 Sam James
2018-04-29 11:26 Pacho Ramos
2015-09-01 19:43 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710303882.4946f27930e2e317938612b1dec9d7cc19855ad5.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox