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 34A27158041 for ; Sat, 9 Mar 2024 13:11:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 791C0E2A05; Sat, 9 Mar 2024 13:11:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 60250E2A05 for ; Sat, 9 Mar 2024 13:11:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8811B335CB4 for ; Sat, 9 Mar 2024 13:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49A47E7 for ; Sat, 9 Mar 2024 13:11:23 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1709989691.3ed081778ec545235f21fb687ad967dc1958e239.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/expat/expat-2.6.1.ebuild X-VCS-Directories: dev-libs/expat/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 3ed081778ec545235f21fb687ad967dc1958e239 X-VCS-Branch: master Date: Sat, 9 Mar 2024 13:11:23 +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: 2f1a0233-9851-4439-a4e2-bc50fc112ff3 X-Archives-Hash: a05a02aa3561480402a4e74ae2ddcf62 commit: 3ed081778ec545235f21fb687ad967dc1958e239 Author: Sebastian Pipping gentoo org> AuthorDate: Sat Mar 9 13:06:09 2024 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 9 13:08:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed08177 dev-libs/expat: Address implicit function declarations in config.log Closes: https://bugs.gentoo.org/906384 Signed-off-by: Sebastian Pipping gentoo.org> dev-libs/expat/expat-2.6.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/expat/expat-2.6.1.ebuild b/dev-libs/expat/expat-2.6.1.ebuild index 62135af6a17a..0eded1ee056a 100644 --- a/dev-libs/expat/expat-2.6.1.ebuild +++ b/dev-libs/expat/expat-2.6.1.ebuild @@ -19,6 +19,12 @@ BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )" DOCS=( README.md ) +QA_CONFIG_IMPL_DECL_SKIP=( + # https://bugs.gentoo.org/906384 + arc4random + arc4random_buf +) + src_prepare() { default