summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-03-12 09:48:52 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-03-12 09:49:18 +0100
commitbc38182ee48502812e0334c22aea7845581b597b (patch)
tree31499a3094a722e8ee122b7e375e2448034604ee /dev-tcltk
parentnet-misc/bird: revbump 2.0.12 due to init.d script change (diff)
downloadgentoo-bc38182ee48502812e0334c22aea7845581b597b.tar.gz
gentoo-bc38182ee48502812e0334c22aea7845581b597b.tar.bz2
gentoo-bc38182ee48502812e0334c22aea7845581b597b.zip
dev-tcltk/tkzinc: stat64 check is allowed
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild b/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
index c7fa5fd154eb..43bc5ca4dc1e 100644
--- a/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
+++ b/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
@@ -29,6 +29,10 @@ PATCHES=(
"${FILESDIR}"/${P}-clang.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ stat64 # used to test for Large File Support
+)
+
HTML_DOCS='doc/*png doc/*html doc/*css'
src_prepare() {