summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild8
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)