commit:     5a9cacaec888742b062c91e0ef0dfd8fa828031a
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 17:50:42 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 02:54:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9cacae

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 <AT> gentoo.org>

 app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild 
b/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild
index aeb7290bd2ce..2dae2389daea 100644
--- a/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild
+++ b/app-backup/tarsnap/tarsnap-1.0.40-r2.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
@@ -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)

Reply via email to