summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tktray/tktray-1.3.9-r2.ebuild')
-rw-r--r--dev-tcltk/tktray/tktray-1.3.9-r2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
index db484aefe6cd..d378d9096777 100644
--- a/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,6 +24,10 @@ DEPEND="
x11-libs/libXext"
RDEPEND="${DEPEND}"
+QA_CONFIG_IMPL_DECL_SKIP=(
+ stat64 # used to test for Large File Support
+)
+
PATCHES=(
"${FILESDIR}"/1.1-ldflags.patch
)