commit: 2fb1691ea495d4dc183e85c62d16122b70c73fe4 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Mar 11 21:37:04 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Mar 11 21:37:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb1691e
dev-lang/tk: stat64 is ok for configure Closes: https://bugs.gentoo.org/898310 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-lang/tk/tk-8.6.13.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/* \
