diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-10-20 13:50:42 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-10-20 22:54:43 -0400 |
commit | 5a9cacaec888742b062c91e0ef0dfd8fa828031a (patch) | |
tree | dda67969b28d7ab2ef127783228025aeb1901af2 /app-backup | |
parent | app-text/calibre: add 7.20.0 (diff) | |
download | gentoo-5a9cacaec888742b062c91e0ef0dfd8fa828031a.tar.gz gentoo-5a9cacaec888742b062c91e0ef0dfd8fa828031a.tar.bz2 gentoo-5a9cacaec888742b062c91e0ef0dfd8fa828031a.zip |
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>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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) |