sys-libs/tdb: Sync with Gentoo

It's from Gentoo commit 2d17a877ee825ac531fbe25eed32e71ae50e01fc.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-11-17 07:13:42 +00:00 committed by Krzesimir Nowak
parent 0e6a1dbce9
commit a5a8d79977

View File

@ -3,9 +3,9 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..14} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1
inherit flag-o-matic waf-utils multilib-minimal python-single-r1
DESCRIPTION="Simple database API"
HOMEPAGE="https://tdb.samba.org/"
@ -60,6 +60,8 @@ multilib_src_configure() {
extra_opts+=( --disable-python )
fi
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914857
waf-utils_src_configure "${extra_opts[@]}"
}