commit: 884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 17:45:21 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Sep 12 17:45:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=884b82d9
install-qa-check.d/90config-impl-decl: Skip pthread_cond_timedwait_monotonic_np on Linux Seen in mail-client/thunderbird, www-client/seamonkey, and www-client/firefox. It seems to be an Android/bionic function. Bug: https://bugs.gentoo.org/905825 Closes: https://bugs.gentoo.org/932360 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> bin/install-qa-check.d/90config-impl-decl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl index 8768c99c62..89373c193d 100644 --- a/bin/install-qa-check.d/90config-impl-decl +++ b/bin/install-qa-check.d/90config-impl-decl @@ -45,6 +45,7 @@ add_default_skips() { [[ ${CHOST} == *linux* ]] && QA_CONFIG_IMPL_DECL_SKIP+=( acl acl_get_perm_np + pthread_cond_timedwait_monotonic_np res_getservers res_ndestroy statacl
