commit: ed7a08568e4c1f13d04402c292a6e0cefd913be5 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jun 15 18:57:14 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jun 15 18:57:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7a0856
net-misc/wget: add fpurge to QA_CONFIG_IMPL_DECL_SKIP Closes: https://bugs.gentoo.org/934330 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-misc/wget/wget-1.24.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wget/wget-1.24.5.ebuild b/net-misc/wget/wget-1.24.5.ebuild index 45eb495134e4..a972008e2dac 100644 --- a/net-misc/wget/wget-1.24.5.ebuild +++ b/net-misc/wget/wget-1.24.5.ebuild @@ -62,7 +62,7 @@ BDEPEND=" DOCS=( AUTHORS MAILING-LIST NEWS README ) # gnulib FPs -QA_CONFIG_IMPL_DECL_SKIP=( unreachable MIN alignof static_assert ) +QA_CONFIG_IMPL_DECL_SKIP=( unreachable MIN alignof static_assert fpurge ) PATCHES=( "${FILESDIR}"/${PN}-1.24.5-libproxy-no-debug.patch
