diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-09-12 13:45:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-09-12 13:45:21 -0400 |
commit | 884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f (patch) | |
tree | a96fadc436befe201c800b432334c62a15ce20fc /bin | |
parent | NEWS: fix typo (diff) | |
download | portage-884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f.tar.gz portage-884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f.tar.bz2 portage-884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f.zip |
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@gentoo.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install-qa-check.d/90config-impl-decl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl index 8768c99c6..89373c193 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 |