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 AF89D158041 for ; Thu, 7 Mar 2024 21:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05376E29BF; Thu, 7 Mar 2024 21:44:33 +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 B0924E29BF for ; Thu, 7 Mar 2024 21:44:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC5AE33BDC5 for ; Thu, 7 Mar 2024 21:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B470114F0 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: <1709847816.7cf1710ae68c886b496d038cc2af4faef4152fe0.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tkimg/tkimg-1.4.16.ebuild X-VCS-Directories: dev-tcltk/tkimg/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7cf1710ae68c886b496d038cc2af4faef4152fe0 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: 155bec34-02df-4736-8602-8f3bbc68eb7a X-Archives-Hash: 0d059c56d307612b5f280e73739c5302 commit: 7cf1710ae68c886b496d038cc2af4faef4152fe0 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Mar 7 21:40:55 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Mar 7 21:43:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf1710a dev-tcltk/tkimg: drop QA warning Closes: https://bugs.gentoo.org/926199 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tkimg/tkimg-1.4.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/tkimg/tkimg-1.4.16.ebuild b/dev-tcltk/tkimg/tkimg-1.4.16.ebuild index 05382e66b0ca..c8787bd9b569 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.16.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.16.ebuild @@ -41,7 +41,7 @@ PATCHES=( ) QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + opendir64 rewinddir64 closedir64 stat64 # used on AIX glBegin # used to test for openGL support glutMainLoop # used to test for glut support )