diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-07 22:31:47 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-07 22:43:21 +0100 |
commit | d6acb2ad62f3c982d667db920dd88a2b3896521f (patch) | |
tree | 4569af65c584afce53e65d40954fb923cf0f40f6 /dev-tcltk | |
parent | dev-tcltk/tdom: drop QA_warning (diff) | |
download | gentoo-d6acb2ad62f3c982d667db920dd88a2b3896521f.tar.gz gentoo-d6acb2ad62f3c982d667db920dd88a2b3896521f.tar.bz2 gentoo-d6acb2ad62f3c982d667db920dd88a2b3896521f.zip |
dev-tcltk/thread: drop QA warning
Closes: https://bugs.gentoo.org/925881
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/thread/thread-2.8.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tcltk/thread/thread-2.8.8.ebuild b/dev-tcltk/thread/thread-2.8.8.ebuild index 0d61f5d80f0b..202ceb1c6cc9 100644 --- a/dev-tcltk/thread/thread-2.8.8.ebuild +++ b/dev-tcltk/thread/thread-2.8.8.ebuild @@ -19,7 +19,7 @@ DEPEND="dev-lang/tcl:0=[threads]" RDEPEND="${DEPEND}" QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + opendir64 rewinddir64 closedir64 stat64 # used to test for Large File Support on AIX ) S="${WORKDIR}"/${MY_P} |