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 C3C4415808B for ; Thu, 15 Feb 2024 09:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC282BC01A; Thu, 15 Feb 2024 09:26:39 +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 96C292BC01A for ; Thu, 15 Feb 2024 09:26:39 +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 95B5734300A for ; Thu, 15 Feb 2024 09:26:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B14713DB for ; Thu, 15 Feb 2024 09:26:35 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1707989188.92d2fae5643f04499f1adda98fa6fe3e101dbb4f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/link-grammar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/link-grammar/link-grammar-5.12.3.ebuild X-VCS-Directories: dev-libs/link-grammar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 92d2fae5643f04499f1adda98fa6fe3e101dbb4f X-VCS-Branch: master Date: Thu, 15 Feb 2024 09:26:35 +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: 42ad61ed-4d55-40f7-bcab-fd84167ec6d6 X-Archives-Hash: 187177a0e711339cf15f9c39b33e7b55 commit: 92d2fae5643f04499f1adda98fa6fe3e101dbb4f Author: David Seifert gentoo org> AuthorDate: Thu Feb 15 09:26:28 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 15 09:26:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d2fae5 dev-libs/link-grammar: mask _AC_UNDECLARED_BUILTIN false positive Closes: https://bugs.gentoo.org/923983 Signed-off-by: David Seifert gentoo.org> dev-libs/link-grammar/link-grammar-5.12.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/link-grammar/link-grammar-5.12.3.ebuild b/dev-libs/link-grammar/link-grammar-5.12.3.ebuild index 6e6e06440b26..9b58401971bf 100644 --- a/dev-libs/link-grammar/link-grammar-5.12.3.ebuild +++ b/dev-libs/link-grammar/link-grammar-5.12.3.ebuild @@ -36,6 +36,11 @@ PATCHES=( "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + # _AC_UNDECLARED_BUILTIN false positive + strchr +) + pkg_setup() { if use aspell && use hunspell; then ewarn "You have enabled 'aspell' and 'hunspell' support, but both cannot coexist,"