sys-libs/tdb: Sync with Gentoo

It's from Gentoo commit 8b9dc5629b768379f0c002e0a860ac51ef991ae2.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:08:18 +00:00 committed by Krzesimir Nowak
parent ef21ef2d8f
commit d2bad015d5

View File

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)" PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1 inherit waf-utils multilib-minimal python-single-r1
@ -70,7 +70,7 @@ multilib_src_compile() {
multilib_src_test() { multilib_src_test() {
# the default src_test runs 'make test' and 'make check', letting # the default src_test runs 'make test' and 'make check', letting
# the tests fail occasionally (reason: unknown) # the tests fail occasionally (reason: unknown)
emake check emake check WAF_BIN="${WAF_BINARY}"
} }
multilib_src_install() { multilib_src_install() {