From 2fb1691ea495d4dc183e85c62d16122b70c73fe4 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 11 Mar 2023 22:37:04 +0100 Subject: dev-lang/tk: stat64 is ok for configure Closes: https://bugs.gentoo.org/898310 Signed-off-by: Alfredo Tupone --- dev-lang/tk/tk-8.6.13.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-lang') diff --git a/dev-lang/tk/tk-8.6.13.ebuild b/dev-lang/tk/tk-8.6.13.ebuild index 2ca2cf145223..c10cd3ed781e 100644 --- a/dev-lang/tk/tk-8.6.13.ebuild +++ b/dev-lang/tk/tk-8.6.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,6 +45,10 @@ PATCHES=( "${FILESDIR}"/${PN}-8.6.13-test.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { find \ "${SPARENT}"/compat/* \ -- cgit v1.2.3-65-gdbad