diff options
author | 2024-02-25 19:49:15 +0100 | |
---|---|---|
committer | 2024-02-25 19:49:15 +0100 | |
commit | ac15f1fedc417de000972975e17faa57bbc35a04 (patch) | |
tree | 9e8fcfaf1de23a8cb49b88fc824cbb0db3424ae7 /dev-lang | |
parent | dev-tcltk/itcl: drop QA warning (diff) | |
download | gentoo-ac15f1fedc417de000972975e17faa57bbc35a04.tar.gz gentoo-ac15f1fedc417de000972975e17faa57bbc35a04.tar.bz2 gentoo-ac15f1fedc417de000972975e17faa57bbc35a04.zip |
dev-lang/tk: drop QA warning
Closes: https://bugs.gentoo.org/924206
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tk/tk-8.6.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tk/tk-8.6.13.ebuild b/dev-lang/tk/tk-8.6.13.ebuild index d6f88555b5e7..37acc1b49d16 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,7 +46,7 @@ PATCHES=( ) QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + stat64 opendir64 rewinddir64 closedir64 # used to test for Large File Support ) src_prepare() { |