mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit 8b9dc5629b768379f0c002e0a860ac51ef991ae2.
This commit is contained in:
parent
ef21ef2d8f
commit
d2bad015d5
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
inherit waf-utils multilib-minimal python-single-r1
|
||||
|
||||
@ -70,7 +70,7 @@ multilib_src_compile() {
|
||||
multilib_src_test() {
|
||||
# the default src_test runs 'make test' and 'make check', letting
|
||||
# the tests fail occasionally (reason: unknown)
|
||||
emake check
|
||||
emake check WAF_BIN="${WAF_BINARY}"
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
|
Loading…
Reference in New Issue
Block a user