commit:     bfb9558c8736e04010c64a8f5f6aea8e49eedfc8
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Mar  5 02:34:44 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 07:07:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb9558c

dev-tcltk/tdom: add readdir64 to QA_CONFIG_IMPL_DECL_SKIP

* It's used in tclconfig/tcl.m4 AC_CACHE_CHECK([for DIR64]) alongside
  rewinddir64 and closedir64.

Closes: https://bugs.gentoo.org/943316
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40904
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tdom/tdom-0.9.3.ebuild | 4 ++--
 dev-tcltk/tdom/tdom-0.9.5.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tcltk/tdom/tdom-0.9.3.ebuild b/dev-tcltk/tdom/tdom-0.9.3.ebuild
index 1216aa4b8a64..b36da05c0662 100644
--- a/dev-tcltk/tdom/tdom-0.9.3.ebuild
+++ b/dev-tcltk/tdom/tdom-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,7 @@ PATCHES=(
 )
 
 QA_CONFIG_IMPL_DECL_SKIP=(
-       opendir64 rewinddir64 closedir64 stat64 # used to test for Large File 
Support
+       opendir64 readdir64 rewinddir64 closedir64 stat64 # used to test for 
Large File Support
        arc4random_buf arc4random # used for BSD
 )
 

diff --git a/dev-tcltk/tdom/tdom-0.9.5.ebuild b/dev-tcltk/tdom/tdom-0.9.5.ebuild
index 7e3bca865213..bf65fc2d502f 100644
--- a/dev-tcltk/tdom/tdom-0.9.5.ebuild
+++ b/dev-tcltk/tdom/tdom-0.9.5.ebuild
@@ -30,7 +30,7 @@ PATCHES=(
 )
 
 QA_CONFIG_IMPL_DECL_SKIP=(
-       opendir64 rewinddir64 closedir64 stat64 # used to test for Large File 
Support
+       opendir64 readdir64 rewinddir64 closedir64 stat64 # used to test for 
Large File Support
        arc4random_buf arc4random # used for BSD
 )
 

Reply via email to