sys-cluster/charliecloud: QA fix (implicit func def)

Part of a configure check. Function is not yet part
of any released version of dev-libs/boehm-gc
in non-threaded mode.
Package keeps functionality and defines the missing function itself
in that case.

Closes: https://bugs.gentoo.org/968001
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45174
Closes: https://github.com/gentoo/gentoo/pull/45174
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Oliver Freyermuth
2025-12-27 02:38:23 +01:00
committed by Sam James
parent 0abc9eab5f
commit 63615febab
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ DOCS=( NOTICE README.rst )
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Configure check, only recent (not yet released) dev-libs/boehm-gc carry this function
# in non-threaded mode, see #968001.
QA_CONFIG_IMPL_DECL_SKIP=( GC_set_markers_count )
DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
COMMON_DEPEND="
ch-image? (

View File

@@ -32,6 +32,10 @@ DOCS=( NOTICE README.rst )
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Configure check, only recent (not yet released) dev-libs/boehm-gc carry this function
# in non-threaded mode, see #968001.
QA_CONFIG_IMPL_DECL_SKIP=( GC_set_markers_count )
DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
COMMON_DEPEND="
ch-image? (