From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9C9F158083 for ; Wed, 18 Sep 2024 06:29:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D027E29A5; Wed, 18 Sep 2024 06:29:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0A42E29A5 for ; Wed, 18 Sep 2024 06:29:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8114340BEA for ; Wed, 18 Sep 2024 06:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342CC2145 for ; Wed, 18 Sep 2024 06:29:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1726640965.9b83ac0727ddeee291ff1258974413762eb6e3a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/lynx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/lynx/lynx-2.9.2.ebuild X-VCS-Directories: www-client/lynx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b83ac0727ddeee291ff1258974413762eb6e3a0 X-VCS-Branch: master Date: Wed, 18 Sep 2024 06:29:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b549e034-b092-4a8e-84d2-2c26c0b52bc8 X-Archives-Hash: 58119e658becd4e46c8bc6dc22f690aa commit: 9b83ac0727ddeee291ff1258974413762eb6e3a0 Author: Sam James gentoo org> AuthorDate: Wed Sep 18 06:29:25 2024 +0000 Commit: Sam James gentoo 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 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() {