commit: cc47d347d4a8aee71fc55cb51374532dadc438d9 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 08:05:02 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 08:06:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc47d347
dev-tcltk/tkimg: stat64, glBegin, glutMainLoop checks are allowed Closes: https://bugs.gentoo.org/898808 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> 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 \
