diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-07 22:40:55 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-07 22:43:36 +0100 |
commit | 7cf1710ae68c886b496d038cc2af4faef4152fe0 (patch) | |
tree | ca469c857a04001c6c87236391aa3575dd2d6d35 /dev-tcltk | |
parent | dev-tcltk/tkdnd: drop QA warning (diff) | |
download | gentoo-7cf1710ae68c886b496d038cc2af4faef4152fe0.tar.gz gentoo-7cf1710ae68c886b496d038cc2af4faef4152fe0.tar.bz2 gentoo-7cf1710ae68c886b496d038cc2af4faef4152fe0.zip |
dev-tcltk/tkimg: drop QA warning
Closes: https://bugs.gentoo.org/926199
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkimg/tkimg-1.4.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tcltk/tkimg/tkimg-1.4.16.ebuild b/dev-tcltk/tkimg/tkimg-1.4.16.ebuild index 05382e66b0ca..c8787bd9b569 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.16.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.16.ebuild @@ -41,7 +41,7 @@ PATCHES=( ) QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + opendir64 rewinddir64 closedir64 stat64 # used on AIX glBegin # used to test for openGL support glutMainLoop # used to test for glut support ) |