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 79FC6158043 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 72C89E29BA; 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 573D1E29BA 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 6361833BF39 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 8EEC414EE 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: <1709847809.adb2d6a3f035218153f9dc4d73c85b71a77f7fe2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/itk/itk-4.2.3-r1.ebuild X-VCS-Directories: dev-tcltk/itk/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: adb2d6a3f035218153f9dc4d73c85b71a77f7fe2 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: ea248752-08dd-4459-9835-e79274c7c9b6 X-Archives-Hash: a4f300c8950bd4f297e67f327a77112c commit: adb2d6a3f035218153f9dc4d73c85b71a77f7fe2 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Mar 7 21:36:36 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Mar 7 21:43:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb2d6a3 dev-tcltk/itk: drop QA warning Closes: https://bugs.gentoo.org/926197 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/itk/itk-4.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/itk/itk-4.2.3-r1.ebuild b/dev-tcltk/itk/itk-4.2.3-r1.ebuild index cd62e1a40f6f..39ad57561d67 100644 --- a/dev-tcltk/itk/itk-4.2.3-r1.ebuild +++ b/dev-tcltk/itk/itk-4.2.3-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + opendir64 readdir64 rewinddir64 closedir64 stat64 # used on AIX ) PATCHES=( "${FILESDIR}"/${P}-install.patch )