mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
0abc9eab5f
commit
63615febab
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user