From cc47d347d4a8aee71fc55cb51374532dadc438d9 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 12 Mar 2023 09:05:02 +0100 Subject: dev-tcltk/tkimg: stat64, glBegin, glutMainLoop checks are allowed Closes: https://bugs.gentoo.org/898808 Signed-off-by: Alfredo Tupone --- dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild b/dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild index 6d568a5b72c4..c92ed64bf558 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild @@ -37,6 +37,12 @@ S="${WORKDIR}/${MYP}" PATCHES=( "${WORKDIR}"/patchset-1 ) +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support + glBegin # used to test for openGL support + glutMainLoop # used to test for glut support +) + src_prepare() { edos2unix \ libjpeg/jpegtclDecls.h \ -- cgit v1.2.3-18-g5258