diff options
author | 2024-02-25 11:01:39 +0100 | |
---|---|---|
committer | 2024-02-25 11:01:39 +0100 | |
commit | b6351be17bcec95c5da076a25ccdf4c3f4a71f1c (patch) | |
tree | bf6c2a85b06f36fb41ada7e29a76d904f9dfc604 /dev-tcltk | |
parent | dev-tcltk/tkdnd: drop QA warning (diff) | |
download | gentoo-b6351be17bcec95c5da076a25ccdf4c3f4a71f1c.tar.gz gentoo-b6351be17bcec95c5da076a25ccdf4c3f4a71f1c.tar.bz2 gentoo-b6351be17bcec95c5da076a25ccdf4c3f4a71f1c.zip |
dev-tcltk/tkpng: drop QA warning
Closes: https://bugs.gentoo.org/906868
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkpng/tkpng-0.9-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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" |