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: media-gfx/pngtools/
Date: Tue,  5 Mar 2024 04:48:48 +0000 (UTC)	[thread overview]
Message-ID: <1709614005.9a68e7e37fbe30af4d48e279af7a6b2558c6fbdc.sam@gentoo> (raw)

commit:     9a68e7e37fbe30af4d48e279af7a6b2558c6fbdc
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar  4 23:52:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 04:46:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a68e7e3

media-gfx/pngtools: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/875371
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngtools/pngtools-0.4_p20220314.ebuild | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild b/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild
index 0e411a64e826..67bd84dbf9e8 100644
--- a/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild
+++ b/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 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
 
 MY_COMMIT="1ccca3a0f3f6882661bbafbfb62feb774ca195d1"
 DESCRIPTION="A series of tools for the PNG image format"
@@ -30,6 +30,15 @@ src_prepare() {
 	eautoreconf
 }
 
+src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/875371
+	# https://github.com/mikalstill/pngtools/issues/21
+	filter-lto
+
+	default
+}
+
 src_install() {
 	default
 


             reply	other threads:[~2024-03-05  4:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05  4:48 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-27 11:19 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngtools/ Andreas K. Hüttel
2022-10-27  7:40 Agostino Sarubbo
2022-10-25 17:55 Sam James
2022-09-30  0:58 Sam James
2019-12-13 15:07 David Seifert

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=1709614005.9a68e7e37fbe30af4d48e279af7a6b2558c6fbdc.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