mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -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}
|
${PYTHON_DEPS}
|
||||||
doc? ( dev-python/docutils )"
|
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_check_deps() {
|
||||||
python_has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
|
python_has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user