dev-tcltk/itcl: drop QA warning

Closes: https://bugs.gentoo.org/926196
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2024-03-07 22:34:37 +01:00
parent d6acb2ad62
commit 3c42e87242
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ S="${WORKDIR}/${PN}-${MYP}"
#RESTRICT=test
QA_CONFIG_IMPL_DECL_SKIP=(
stat64 opendir64 rewinddir64 closedir64 # used to test for Large File Support
stat64 opendir64 readdir64 rewinddir64 closedir64 # used on AIX
)
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )