commit:     92d2fae5643f04499f1adda98fa6fe3e101dbb4f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 09:26:28 2024 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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,"

Reply via email to