commit: 2ac605506787edf85968f8efd0d19fe8f3bce98e Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Mar 11 21:30:07 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Mar 11 21:31:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac60550
dev-lang/tcl: stat64 check is allowed Closes: https://bugs.gentoo.org/900024 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-lang/tcl/tcl-8.6.13-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/tcl/tcl-8.6.13-r1.ebuild b/dev-lang/tcl/tcl-8.6.13-r1.ebuild index c1c0521aa43a..466039a6e547 100644 --- a/dev-lang/tcl/tcl-8.6.13-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.13-r1.ebuild @@ -31,6 +31,10 @@ PATCHES=( "${FILESDIR}"/${PN}-8.6.13-tclConfig-TCL_PACKAGE_PATH-braces.patch # Bug 892029 ) +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { find \ "${SPARENT}"/compat/* \
