commit: b6351be17bcec95c5da076a25ccdf4c3f4a71f1c Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Feb 25 10:01:39 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Feb 25 10:01:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6351be1
dev-tcltk/tkpng: drop QA warning Closes: https://bugs.gentoo.org/906868 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tkpng/tkpng-0.9-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tkpng/tkpng-0.9-r2.ebuild b/dev-tcltk/tkpng/tkpng-0.9-r2.ebuild index a68fa63effe1..56dd53e828eb 100644 --- a/dev-tcltk/tkpng/tkpng-0.9-r2.ebuild +++ b/dev-tcltk/tkpng/tkpng-0.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,6 +23,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + # test target in Makefile, but test not shipped RESTRICT="test"
