commit: 9578ca0d04c1462511b6ed545933186e166e2010 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Tue Jan 28 11:13:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 08:54:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9578ca0d
net-nntp/slrn: add implicit decl of __va_copy to QA whitelist pre-C99 extension, not in musl or clang, free to ignore - we are using standard va_copy instead. Closes: https://bugs.gentoo.org/900270 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40346 Signed-off-by: Sam James <sam <AT> gentoo.org> net-nntp/slrn/slrn-1.0.3-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-nntp/slrn/slrn-1.0.3-r2.ebuild b/net-nntp/slrn/slrn-1.0.3-r2.ebuild index f968453c2e6c..8e89b4e21f21 100644 --- a/net-nntp/slrn/slrn-1.0.3-r2.ebuild +++ b/net-nntp/slrn/slrn-1.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,6 +34,10 @@ PATCHES=( "${FILESDIR}"/${P}-configure.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + __va_copy # bug #900270, pre-C99 extension, using standard va_copy() instead +) + src_configure() { econf \ --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
