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 079A7158041 for ; Sun, 25 Feb 2024 09:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409DDE29CD; Sun, 25 Feb 2024 09:56:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 2AD90E29CD for ; Sun, 25 Feb 2024 09:56:40 +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 6D35434307A for ; Sun, 25 Feb 2024 09:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A746955 for ; Sun, 25 Feb 2024 09:56:38 +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: <1708854981.bcf5222e6a10ade2cb3c82010130a3ae3721ee12.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tclxml/tclxml-3.3.1-r1.ebuild dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild X-VCS-Directories: dev-tcltk/tclxml/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bcf5222e6a10ade2cb3c82010130a3ae3721ee12 X-VCS-Branch: master Date: Sun, 25 Feb 2024 09:56:38 +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: ebaca5b2-a611-46e7-8cd4-83f8f26ff5bb X-Archives-Hash: 0ec7236d0c468605acf5f553ce29a528 commit: bcf5222e6a10ade2cb3c82010130a3ae3721ee12 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 25 09:55:56 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 25 09:56:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf5222e dev-tcltk/tclxml: drop QA warning Closes: https://bugs.gentoo.org/906866 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tclxml/{tclxml-3.3.1-r1.ebuild => tclxml-3.3.1-r2.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tclxml/tclxml-3.3.1-r1.ebuild b/dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild similarity index 93% rename from dev-tcltk/tclxml/tclxml-3.3.1-r1.ebuild rename to dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild index 2091c6704dab..0ef7c12a88f0 100644 --- a/dev-tcltk/tclxml/tclxml-3.3.1-r1.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MYPN=TclXML MYP=${MYPN}-${PV} @@ -25,6 +25,10 @@ DEPEND=" # test? ( dev-tcltk/tclparser ) RDEPEND="${DEPEND}" +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + RESTRICT="test" PATCHES=(