summaryrefslogtreecommitdiff
path: root/app-editors/emacs/emacs-27.2-r14.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emacs/emacs-27.2-r14.ebuild')
-rw-r--r--app-editors/emacs/emacs-27.2-r14.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-27.2-r14.ebuild b/app-editors/emacs/emacs-27.2-r14.ebuild
index 42baba127e62..e78f3b3c6a1b 100644
--- a/app-editors/emacs/emacs-27.2-r14.ebuild
+++ b/app-editors/emacs/emacs-27.2-r14.ebuild
@@ -139,8 +139,11 @@ RDEPEND+=" ${IDEPEND}"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${EMACS_SUFFIX}-gentoo.el"
-# Suppress false positive QA warnings #898304
-QA_CONFIG_IMPL_DECL_SKIP=( malloc_{set,get}_state MIN )
+# Suppress false positive QA warnings #898304 #925449
+QA_CONFIG_IMPL_DECL_SKIP=(
+ malloc_set_state malloc_get_state MIN
+ statvfs64 re_set_syntax re_compile_pattern re_search re_match
+)
src_prepare() {
if [[ ${PV##*.} = 9999 ]]; then