commit:     bcf5222e6a10ade2cb3c82010130a3ae3721ee12
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 09:55:56 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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=(

Reply via email to