From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B46EF158041 for ; Thu, 7 Mar 2024 21:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 821A5E29B9; Thu, 7 Mar 2024 21:44:31 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 67B50E29B9 for ; Thu, 7 Mar 2024 21:44:31 +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 41B4E33BEF5 for ; Thu, 7 Mar 2024 21:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68B2010B0 for ; Thu, 7 Mar 2024 21:44:28 +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: <1709847801.d6acb2ad62f3c982d667db920dd88a2b3896521f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/thread/thread-2.8.8.ebuild X-VCS-Directories: dev-tcltk/thread/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d6acb2ad62f3c982d667db920dd88a2b3896521f X-VCS-Branch: master Date: Thu, 7 Mar 2024 21:44:28 +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: d8b01f5c-f0d4-4942-a5cf-0035780a638f X-Archives-Hash: 6c2d2ad79410e3e6c301796a93eb2235 commit: d6acb2ad62f3c982d667db920dd88a2b3896521f Author: Alfredo Tupone gentoo org> AuthorDate: Thu Mar 7 21:31:47 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Mar 7 21:43:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6acb2ad dev-tcltk/thread: drop QA warning Closes: https://bugs.gentoo.org/925881 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/thread/thread-2.8.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}