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 16032158041 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 4199DE29B8; 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 265B7E29B8 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 2CB2933BDF5 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 7BD3014E8 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: <1709847805.3c42e87242eba7e96d1c1be06da273cb5571060d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/itcl/itcl-4.2.4-r1.ebuild X-VCS-Directories: dev-tcltk/itcl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3c42e87242eba7e96d1c1be06da273cb5571060d 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: 954a8e80-15f2-486c-b622-5570beed9a06 X-Archives-Hash: e84993425eb0bc1cef6a59bd30c8f34a commit: 3c42e87242eba7e96d1c1be06da273cb5571060d Author: Alfredo Tupone gentoo org> AuthorDate: Thu Mar 7 21:34:37 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Mar 7 21:43:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c42e872 dev-tcltk/itcl: drop QA warning Closes: https://bugs.gentoo.org/926196 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/itcl/itcl-4.2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/itcl/itcl-4.2.4-r1.ebuild b/dev-tcltk/itcl/itcl-4.2.4-r1.ebuild index bf4ef0c480da..23c618f45aec 100644 --- a/dev-tcltk/itcl/itcl-4.2.4-r1.ebuild +++ b/dev-tcltk/itcl/itcl-4.2.4-r1.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${PN}-${MYP}" #RESTRICT=test QA_CONFIG_IMPL_DECL_SKIP=( - stat64 opendir64 rewinddir64 closedir64 # used to test for Large File Support + stat64 opendir64 readdir64 rewinddir64 closedir64 # used on AIX ) PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )