diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-11 22:37:04 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-11 22:37:04 +0100 |
commit | 2fb1691ea495d4dc183e85c62d16122b70c73fe4 (patch) | |
tree | 3f2fa13561fe1a9ff2c75b0419cc41429f3b6a67 /dev-lang/tk | |
parent | dev-lang/tcl: stat64 check is allowed (diff) | |
download | gentoo-2fb1691ea495d4dc183e85c62d16122b70c73fe4.tar.gz gentoo-2fb1691ea495d4dc183e85c62d16122b70c73fe4.tar.bz2 gentoo-2fb1691ea495d4dc183e85c62d16122b70c73fe4.zip |
dev-lang/tk: stat64 is ok for configure
Closes: https://bugs.gentoo.org/898310
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/tk-8.6.13.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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/* \ |