commit: f8189ee525a2277350006382fb7ee5ace03a7c4d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Feb 25 18:56:41 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Feb 25 18:56:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8189ee5
dev-tcltk/tdom: drop QA warning Closes: https://bugs.gentoo.org/923711 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tdom/tdom-0.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/tdom/tdom-0.9.3.ebuild b/dev-tcltk/tdom/tdom-0.9.3.ebuild index 7aaf1d9930d5..4fce30a261a6 100644 --- a/dev-tcltk/tdom/tdom-0.9.3.ebuild +++ b/dev-tcltk/tdom/tdom-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ S="${WORKDIR}"/${P}-src PATCHES=( "${FILESDIR}"/${PN}-0.9.2-useCC.patch ) QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + stat64 arc4random_buf arc4random # used to test for Large File Support ) src_prepare() {