app-backup/tarsnap: mark false positive for QA config-implicit-function-decl

It fails correctly, regardless of version. We can't fix the autoconf
check because they don't distribute the configure.ac !!!

Closes: https://bugs.gentoo.org/900124
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-10-20 13:50:42 -04:00
parent 965949ff6f
commit 5a9cacaec8

View File

@@ -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
@@ -35,6 +35,12 @@ PATCHES=(
"${FILESDIR}"/${P}-strict-aliasing-fix.patch
)
QA_CONFIG_IMPL_DECL_SKIP=(
# false positive due to outdated autoconf, bug #900124
# release tarballs don't contain configure.ac!!!
makedev
)
src_configure() {
local myeconfargs=(
$(use_enable xattr)