mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user