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 CD9AD158649 for ; Tue, 9 May 2023 13:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C594E07FA; Tue, 9 May 2023 13:34:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E85C2E07FA for ; Tue, 9 May 2023 13:34:11 +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 EE44A33BDFF for ; Tue, 9 May 2023 13:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61EFE990 for ; Tue, 9 May 2023 13:34:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1683639245.a3a05946d75eeabb47f18fdb528f04df27911d6e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhtp/libhtp-0.5.43.ebuild X-VCS-Directories: net-libs/libhtp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a3a05946d75eeabb47f18fdb528f04df27911d6e X-VCS-Branch: master Date: Tue, 9 May 2023 13:34:09 +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: 095c6161-0910-461b-9c78-371a4733e15e X-Archives-Hash: 376aa55d0ad365acf80b107919f32734 commit: a3a05946d75eeabb47f18fdb528f04df27911d6e Author: Marek Szuba gentoo org> AuthorDate: Tue May 9 13:28:53 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue May 9 13:34:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a05946 net-libs/libhtp: have QA ignore implicit 'iconvctl' declaration in configure The only iconv provider which defines iconvctl() is dev-libs/libiconv, which is only needed in certain Prefix installations. As such, this test is very much *intended* to fail to locate the function in question in the vast majority of cases. Closes: https://bugs.gentoo.org/898660 Signed-off-by: Marek Szuba gentoo.org> net-libs/libhtp/libhtp-0.5.43.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-libs/libhtp/libhtp-0.5.43.ebuild b/net-libs/libhtp/libhtp-0.5.43.ebuild index d2e4c61d4762..7f787459dab5 100644 --- a/net-libs/libhtp/libhtp-0.5.43.ebuild +++ b/net-libs/libhtp/libhtp-0.5.43.ebuild @@ -21,6 +21,10 @@ PATCHES=( "${FILESDIR}"/${PN}-0.5.43-configure_fortify_source.patch ) +# false positive -- function specific to dev-libs/libiconv, which is only used +# in Windows-based Prefix installations +QA_CONFIG_IMPL_DECL_SKIP=( iconvctl ) + src_prepare() { default eautoreconf