commit: 9b83ac0727ddeee291ff1258974413762eb6e3a0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 18 06:29:25 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 18 06:29:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b83ac07
www-client/lynx: add arc4random to suppression list too Bug: https://bugs.gentoo.org/924344 Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/lynx/lynx-2.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/lynx/lynx-2.9.2.ebuild b/www-client/lynx/lynx-2.9.2.ebuild index ffe3023ba70a..20e210342dd4 100644 --- a/www-client/lynx/lynx-2.9.2.ebuild +++ b/www-client/lynx/lynx-2.9.2.ebuild @@ -52,8 +52,8 @@ PATCHES=( ) QA_CONFIG_IMPL_DECL_SKIP=( - # Doesn't exist on Linux - arc4random_push + arc4random # missing on musl but it handles it fine + arc4random_push # doesn't exist on Linux ) src_configure() {
