mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user