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 E9DE015800A for ; Mon, 24 Jul 2023 07:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3302EE07DB; Mon, 24 Jul 2023 07:49:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16FF8E07DB for ; Mon, 24 Jul 2023 07:49:17 +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 28748341284 for ; Mon, 24 Jul 2023 07:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6CEDB7E for ; Mon, 24 Jul 2023 07:49:14 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1690184924.2d5df2c65210a01f93832c53f7165b1515fbc28c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clippy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clippy/clippy-8.5.ebuild X-VCS-Directories: dev-util/clippy/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2d5df2c65210a01f93832c53f7165b1515fbc28c X-VCS-Branch: master Date: Mon, 24 Jul 2023 07:49:14 +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: b51405be-7a12-45c3-a14b-91602957e546 X-Archives-Hash: aca106ea7fa82943403bcc49c0352a48 commit: 2d5df2c65210a01f93832c53f7165b1515fbc28c Author: Alarig Le Lay swordarmor fr> AuthorDate: Fri Jul 14 15:42:25 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Jul 24 07:48:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5df2c6 dev-util/clippy: Update QA_CONFIG_IMPL_DECL_SKIP Signed-off-by: Alarig Le Lay swordarmor.fr> Closes: https://bugs.gentoo.org/906918 Closes: https://github.com/gentoo/gentoo/pull/31880 Signed-off-by: Jakov Smolić gentoo.org> dev-util/clippy/clippy-8.5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/clippy/clippy-8.5.ebuild b/dev-util/clippy/clippy-8.5.ebuild index 493997f91ac9..7ee5e72ee67d 100644 --- a/dev-util/clippy/clippy-8.5.ebuild +++ b/dev-util/clippy/clippy-8.5.ebuild @@ -31,6 +31,11 @@ BDEPEND=" sys-devel/flex " +QA_CONFIG_IMPL_DECL_SKIP=( + mallinfo # check in configure is fallback is needed + mallinfo2 # check in configure is fallback is needed +) + src_prepare() { default eautoreconf