mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-arcade/taisei: add QA_CONFIG_IMPL_DECL_SKIP for BSD qsort_r and MS qsort_s
Closes: https://bugs.gentoo.org/941235 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -49,6 +49,13 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
doc? ( dev-python/docutils )"
|
||||
|
||||
# BSD qsort_r(3) and Microsoft qsort_s(3) implicit declarations
|
||||
# https://bugs.gentoo.org/941235
|
||||
QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
qsort_r
|
||||
qsort_s
|
||||
)
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user