commit: 4f02695138a577e162e731f34cdc3eb9e9391e21 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed May 10 01:44:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 11 01:24:42 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f026951
install-qa-check.d/90config-impl-decl: Skip acl & statacl on Linux Seen in app-editors/vim. Bug: https://bugs.gentoo.org/898450 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> bin/install-qa-check.d/90config-impl-decl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl index 9950ac934..068a7186f 100644 --- a/bin/install-qa-check.d/90config-impl-decl +++ b/bin/install-qa-check.d/90config-impl-decl @@ -43,8 +43,10 @@ add_default_skips() { # Functions not available on Linux [[ ${CHOST} == *linux* ]] && QA_CONFIG_IMPL_DECL_SKIP+=( + acl res_getservers res_ndestroy + statacl ) }
