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: x11-misc/stalonetray/
Date: Tue, 21 May 2024 10:44:25 +0000 (UTC)	[thread overview]
Message-ID: <1716288219.4b2c2f030d327789d1a6dbe6cd7468a0dac98be2.sam@gentoo> (raw)

commit:     4b2c2f030d327789d1a6dbe6cd7468a0dac98be2
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue May 21 05:16:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 21 10:43:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2c2f03

x11-misc/stalonetray: squelch FP for implicit decl in configure

It only appears on musl since it is a fallback for execinfo. The check
always fails, but is expectd to since this isn't solaris.

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

 x11-misc/stalonetray/stalonetray-0.8.4.ebuild | 8 +++++++-
 x11-misc/stalonetray/stalonetray-0.8.5.ebuild | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/x11-misc/stalonetray/stalonetray-0.8.4.ebuild b/x11-misc/stalonetray/stalonetray-0.8.4.ebuild
index f63dff437496..778490e7e88a 100644
--- a/x11-misc/stalonetray/stalonetray-0.8.4.ebuild
+++ b/x11-misc/stalonetray/stalonetray-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,6 +25,12 @@ BDEPEND="app-text/docbook-xml-dtd
 
 DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html )
 
+QA_CONFIG_IMPL_DECL_SKIP+=(
+	# Only on solaris.
+	# Produces an undefined reference on gcc 13.
+	printstack
+)
+
 src_prepare() {
 	default
 	eautoreconf

diff --git a/x11-misc/stalonetray/stalonetray-0.8.5.ebuild b/x11-misc/stalonetray/stalonetray-0.8.5.ebuild
index 15991a24a54d..5831b163f7d3 100644
--- a/x11-misc/stalonetray/stalonetray-0.8.5.ebuild
+++ b/x11-misc/stalonetray/stalonetray-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,6 +25,12 @@ BDEPEND="app-text/docbook-xml-dtd
 
 DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html )
 
+QA_CONFIG_IMPL_DECL_SKIP+=(
+	# Only on solaris.
+	# Produces an undefined reference on gcc 13.
+	printstack
+)
+
 src_prepare() {
 	default
 	eautoreconf


             reply	other threads:[~2024-05-21 10:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21 10:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-25  0:47 [gentoo-commits] repo/gentoo:master commit in: x11-misc/stalonetray/ Jakov Smolić
2024-07-25  0:47 Jakov Smolić
2023-05-20 12:50 Joonas Niilola
2023-05-20 12:50 Joonas Niilola
2023-05-20 12:50 Joonas Niilola
2022-03-23  8:47 Yixun Lan
2021-10-21 11:04 Jakov Smolić
2021-04-11 11:06 Sam James
2021-04-09 10:04 Joonas Niilola
2021-03-01  8:26 Joonas Niilola
2021-03-01  8:26 Joonas Niilola
2021-03-01  8:26 Joonas Niilola
2017-03-26 17:03 Michael Orlitzky

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=1716288219.4b2c2f030d327789d1a6dbe6cd7468a0dac98be2.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