From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/
Date: Wed, 05 Mar 2025 07:07:53 +0000 (UTC) [thread overview]
Message-ID: <1741158452.bfb9558c8736e04010c64a8f5f6aea8e49eedfc8.tupone@gentoo> (raw)
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
)
next reply other threads:[~2025-03-05 7:07 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 7:07 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-21 2:56 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/ Yixun Lan
2024-03-07 21:44 Alfredo Tupone
2024-03-03 2:32 Sam James
2024-02-25 18:57 Alfredo Tupone
2023-10-01 18:19 Arthur Zamarin
2023-09-28 6:17 Sam James
2023-09-28 0:21 Sam James
2023-09-27 13:29 Arthur Zamarin
2023-09-27 8:52 Sam James
2023-03-12 8:33 Alfredo Tupone
2023-01-19 7:07 Alfredo Tupone
2022-11-25 8:51 Arthur Zamarin
2022-11-23 3:35 Sam James
2022-11-23 1:56 Sam James
2022-11-23 1:53 Sam James
2022-11-23 1:53 Sam James
2022-01-01 18:41 Alfredo Tupone
2022-01-01 18:40 Alfredo Tupone
2021-09-18 16:51 Alfredo Tupone
2020-03-04 8:09 Agostino Sarubbo
2020-03-02 11:30 Sergei Trofimovich
2019-11-13 7:39 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-04 20:06 Sergei Trofimovich
2019-11-02 23:20 Sergei Trofimovich
2019-10-31 23:50 Thomas Deutschmann
2019-10-31 14:49 Agostino Sarubbo
2019-09-15 17:17 Michał Górny
2019-01-02 5:31 Matt Turner
2018-12-29 16:00 Sergei Trofimovich
2018-11-02 13:34 Alfredo Tupone
2018-07-01 14:49 Mikle Kolyada
2018-04-14 11:25 Markus Meier
2018-04-12 19:47 Markus Meier
2018-03-27 19:07 Sergei Trofimovich
2018-03-02 8:31 Michał Górny
2017-06-19 21:26 Sergei Trofimovich
2015-08-11 16:36 Mikle Kolyada
2015-08-09 17:48 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741158452.bfb9558c8736e04010c64a8f5f6aea8e49eedfc8.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox