commit:     d8eade2f3a83e05d1b6f4e04811a9e15671b8863
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 21:44:16 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 21:45:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eade2f

dev-tcltk/itcl: stat64 is ok for configure

Closes: https://bugs.gentoo.org/900136
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/itcl/itcl-4.2.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-tcltk/itcl/itcl-4.2.2.ebuild b/dev-tcltk/itcl/itcl-4.2.2.ebuild
index 68318f98f503..87438d8e2a38 100644
--- a/dev-tcltk/itcl/itcl-4.2.2.ebuild
+++ b/dev-tcltk/itcl/itcl-4.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,6 +22,10 @@ S="${WORKDIR}/${PN}-${MYP}"
 # somehow broken
 #RESTRICT=test
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       stat64 # used to test for Large File Support
+)
+
 src_prepare() {
        default
        cp -r itclWidget/tclconfig tclconfig || die

Reply via email to