From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E99B1582EF for ; Wed, 05 Mar 2025 07:07:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3514934302F for ; Wed, 05 Mar 2025 07:07:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 564771102D2; Wed, 05 Mar 2025 07:07:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4C2111102D0 for ; Wed, 05 Mar 2025 07:07:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0857343009 for ; Wed, 05 Mar 2025 07:07:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6072866 for ; Wed, 05 Mar 2025 07:07:53 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1741158452.bfb9558c8736e04010c64a8f5f6aea8e49eedfc8.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tdom/tdom-0.9.3.ebuild dev-tcltk/tdom/tdom-0.9.5.ebuild X-VCS-Directories: dev-tcltk/tdom/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bfb9558c8736e04010c64a8f5f6aea8e49eedfc8 X-VCS-Branch: master Date: Wed, 05 Mar 2025 07:07:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ed1840e-613e-4027-b986-4f6957fc9c21 X-Archives-Hash: 66fee43d22e17b03cd621c3fd3452ab4 commit: bfb9558c8736e04010c64a8f5f6aea8e49eedfc8 Author: Alfred Wingate protonmail com> AuthorDate: Wed Mar 5 02:34:44 2025 +0000 Commit: Alfredo Tupone gentoo 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 protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40904 Signed-off-by: Alfredo Tupone 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 )