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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF3A7158041 for ; Thu, 28 Mar 2024 23:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F32EEE2A07; Thu, 28 Mar 2024 23:01:36 +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 CE346E2A07 for ; Thu, 28 Mar 2024 23:01:36 +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 B96B533BE12 for ; Thu, 28 Mar 2024 23:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D095514C3 for ; Thu, 28 Mar 2024 23:01:33 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1711666689.0ff7a9af7dc83572df7a8244a19b86f2b8723a15.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/rbldnsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/rbldnsd/rbldnsd-0.998b-r3.ebuild X-VCS-Directories: net-dns/rbldnsd/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0ff7a9af7dc83572df7a8244a19b86f2b8723a15 X-VCS-Branch: master Date: Thu, 28 Mar 2024 23:01:33 +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: 493fe374-a4e1-438d-8690-f8f3153a0fe9 X-Archives-Hash: 4d06c013c7c29ec2b26fdc4149a5b321 commit: 0ff7a9af7dc83572df7a8244a19b86f2b8723a15 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Mar 28 22:58:09 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Mar 28 22:58:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff7a9af net-dns/rbldnsd: add mallinfo2 to QA_CONFIG_IMPL_DECL_SKIP This ./configure (not autotools!) check is working as intended. Closes: https://bugs.gentoo.org/928058 Signed-off-by: Michael Orlitzky gentoo.org> net-dns/rbldnsd/rbldnsd-0.998b-r3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-dns/rbldnsd/rbldnsd-0.998b-r3.ebuild b/net-dns/rbldnsd/rbldnsd-0.998b-r3.ebuild index cf702d80d5e1..50375cbce2f4 100644 --- a/net-dns/rbldnsd/rbldnsd-0.998b-r3.ebuild +++ b/net-dns/rbldnsd/rbldnsd-0.998b-r3.ebuild @@ -25,6 +25,12 @@ BDEPEND=" # python-2.7, and it will crash if you try to run it now. RESTRICT=test +# This check properly includes malloc.h; if mallinfo2 +# is "implicitly defined," then it's not there. +QA_CONFIG_IMPL_DECL_SKIP=( + mallinfo2 +) + PATCHES=( "${FILESDIR}/rbldnsd-0.998b-cstd.patch" "${FILESDIR}/rbldnsd-0.998b-sys-poll.patch"